2024-01-15 13:28:35 +00:00
|
|
|
<!doctype html>
|
2024-02-18 14:53:19 +00:00
|
|
|
<html lang="ja">
|
2024-01-15 13:28:35 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2024-01-22 10:33:42 +00:00
|
|
|
<link rel="icon" type="image/webp" href="/avatar.webp" />
|
2024-01-15 13:28:35 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>yude.jp</title>
|
2024-02-12 03:45:40 +00:00
|
|
|
<meta property="og:title" content="yude のページ">
|
2024-01-22 12:43:14 +00:00
|
|
|
<meta property="og:type" content="website">
|
|
|
|
<meta property="og:url" content="https://www.yude.jp/">
|
2024-02-21 02:42:22 +00:00
|
|
|
<meta property="og:image" content="https://www.yude.jp/avatar.png">
|
2024-01-22 12:43:14 +00:00
|
|
|
<meta property="og:site_name" content="yude.jp">
|
|
|
|
<meta property="og:locale" content="ja_JP">
|
2024-01-15 13:28:35 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|