moepoi.dev/index.html

23 lines
585 B
HTML

<!doctype html>
<!--
__ _______ __________ ____ ____
/ |/ / __ \/ ____/ __ \/ __ \/ _/
/ /|_/ / / / / __/ / /_/ / / / // /
/ / / / /_/ / /___/ ____/ /_/ // /
/_/ /_/\____/_____/_/ \____/___/
-->
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/images/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Moe Poi ~</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>