17 lines
613 B
HTML
17 lines
613 B
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" href="/site-icon-32x32.png" sizes="32x32" type="image/png">
|
|
<link rel="icon" href="/site-icon-192x192.png" sizes="192x192" type="image/png">
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
|
<meta name="msapplication-TileImage" content="/mstile-270x270.png">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>KwiTsukasa的小站</title>
|
|
</head>
|
|
<body>
|
|
<div class="kt-blog__mount"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|