36 lines
1.3 KiB
HTML
36 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="https://cdn.reversed.dev/pictures/cat.png" type="image/png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>Space - Developer & Enthusiast</title>
|
|
<meta name="title" content="Space - Developer & Enthusiast" />
|
|
<meta name="description" content="Personal portfolio site." />
|
|
<meta name="author" content="Space" />
|
|
<meta name="theme-color" content="#000000" />
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="Space - Developer & Enthusiast" />
|
|
<meta property="og:description" content="Personal portfolio site." />
|
|
<meta property="og:image" content="https://cdn.reversed.dev/pictures/20250405_120402.png" />
|
|
|
|
<!-- Twitter -->
|
|
<meta property="twitter:card" content="summary_large_image" />
|
|
<meta property="twitter:title" content="Space - Developer & Enthusiast" />
|
|
<meta property="twitter:description" content="Personal portfolio site." />
|
|
<meta property="twitter:image" content="https://cdn.reversed.dev/pictures/20250405_120402.png" />
|
|
|
|
<meta name="robots" content="index, follow" />
|
|
<link rel="canonical" href="https://space.reversed.dev" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
|
|
</html> |