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">
|
2024-08-14 00:18:52 +00:00
|
|
|
<link rel="icon" type="image/x-icon" href="weh.ico">
|
2024-08-15 01:30:16 +00:00
|
|
|
<meta property="og:title" content="Weh?">
|
|
|
|
<meta property="og:description" content="Can it fangs! You don't know diddly dang about squiddly squat!">
|
|
|
|
<meta property="og:image" content="/weh.png">
|
2024-08-10 19:10:26 +00:00
|
|
|
</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>
|