28 lines
1.1 KiB
HTML
28 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html lang="en" data-theme="dark">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
|
<link rel="apple-touch-icon" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="theme-color" content="#111827" />
|
|
<title>c30.life</title>
|
|
<meta name="description" content="c30's homepage" />
|
|
<meta name="keywords" content="c30, c30.life, c30's homepage" />
|
|
<meta property="og:title" content="c30.life" />
|
|
<meta property="og:description" content="c30's homepage" />
|
|
<meta property="og:image" content="https://c30.life/c30.png" />
|
|
<meta property="og:type" content="website" />
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta name="twitter:image" content="https://c30.life/c30.png" />
|
|
<link rel="alternate" type="application/rss+xml" title="c30.life Blog RSS" href="/api/rss" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
|
|
</html> |