A new Era
This commit is contained in:
39
index.html
Normal file
39
index.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!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" />
|
||||
|
||||
<script defer src="https://not-a-tracker.reversed.dev/script.js"
|
||||
data-website-id="7d28af45-d984-428e-af79-fb4dc7e91492"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user