26 lines
1 KiB
HTML
26 lines
1 KiB
HTML
<!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>
|
|
<body class="min-h-screen bg-dark font-semibold text-color">
|
|
<div id="app"></div>
|
|
<script prerender type="module" src="/src/index.tsx"></script>
|
|
</body>
|
|
</html>
|