moepoi.dev/index.html

42 lines
1.4 KiB
HTML
Raw Permalink Normal View History

2024-03-26 15:52:13 +01:00
<!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" />
<meta name="description" content="Moepoi's Personal Site ~">
<meta name="keywords" content="Moepoi, Personal Page, Portfolio, Resume, Projects">
<meta name="robots" content="index,follow">
<meta name="copyright" content="Moepoi">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@_moepoi" />
<meta name="twitter:creator" content="@_moepoi" />
<meta property="og:title" content="Moe Poi ~" />
<meta property="og:description" content="Moepoi's Personal Site ~" />
<meta property="og:url" content="https://moepoi.dev" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://moepoi.dev/assets/images/banner.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1946" />
<meta property="og:image:height" content="1217" />
2024-03-26 15:52:13 +01:00
<title>Moe Poi ~</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>