mirror of
https://gitlab.com/moepoi/moepoi.dev.git
synced 2024-11-24 07:46:36 +01:00
41 lines
1.4 KiB
HTML
41 lines
1.4 KiB
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" />
|
|
<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" />
|
|
|
|
<title>Moe Poi ~</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|