hknsh-house/index.html

27 lines
1 KiB
HTML
Raw Normal View History

2024-11-10 17:25:53 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<title>hknsh's house</title>
<meta name="description" content="A self-taught developer doing fun things">
<!-- Open Graph -->
<meta property="og:title" content="hksh's house">
<meta property="og:description" content="A self-taught developer doing fun things">
<meta property="og:url" content="https://hksh.icu/">
<meta property="og:type" content="website">
<meta name="theme-color" content="#6366f1">
<meta name="twitter:card" content="summary_large_image">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://hksh.icu/">
</head>
2024-11-23 15:55:18 +00:00
<body class="min-h-screen bg-dark font-semibold text-color">
2024-11-10 17:25:53 +00:00
<div id="app"></div>
<script prerender type="module" src="/src/index.tsx"></script>
</body>
</html>