24 lines
640 B
HTML
24 lines
640 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Weh?</title>
|
|
<link rel="stylesheet" href="weh.css">
|
|
<link rel="icon" type="image/x-icon" href="weh.ico">
|
|
<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">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container">
|
|
<h1>Weh?</h1>
|
|
<div class="weh"></div>
|
|
<script src="./weh.js"></script>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|