Add source
This commit is contained in:
commit
5da1f81ea9
5 changed files with 796 additions and 0 deletions
19
index.html
Normal file
19
index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue