Add source

This commit is contained in:
floppydiskette 2024-08-10 20:10:26 +01:00
commit 5da1f81ea9
No known key found for this signature in database
5 changed files with 796 additions and 0 deletions

19
index.html Normal file
View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>weh.moe</title>
<link rel="stylesheet" href="weh.css">
</head>
<body>
<div class="container">
<h1>weh.moe</h1>
<div class="weh"></div>
<script src="./weh.js"></script>
</div>
</body>
</html>