weh.moe/index.html

20 lines
377 B
HTML
Raw Normal View History

2024-08-10 19:10:26 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-08-10 19:14:08 +00:00
<title>Weh?</title>
2024-08-10 19:10:26 +00:00
<link rel="stylesheet" href="weh.css">
</head>
<body>
<div class="container">
2024-08-10 19:14:08 +00:00
<h1>Weh?</h1>
2024-08-10 19:10:26 +00:00
<div class="weh"></div>
<script src="./weh.js"></script>
</div>
</body>
</html>