mirror of
https://github.com/System-End/My-website.git
synced 2026-04-19 16:28:16 +00:00
39 lines
1.7 KiB
HTML
Executable file
39 lines
1.7 KiB
HTML
Executable file
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
|
||
<link
|
||
href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700&family=Exo+2:wght@300;400;600&display=swap"
|
||
rel="stylesheet"
|
||
/>
|
||
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<title>EndofTimee</title>
|
||
<meta
|
||
name="description"
|
||
content="EndofTimee's personal site – developer, streamer, and more. Featuring a unique boot animation and fox-themed design."
|
||
/>
|
||
<meta property="og:title" content="EndofTimee – Personal Site" />
|
||
<meta
|
||
property="og:description"
|
||
content="EndofTimee's personal site – developer, streamer, and more. Featuring a unique boot animation and fox-themed design."
|
||
/>
|
||
<meta property="og:type" content="website" />
|
||
<meta property="og:url" content="https://endoftimee.com/" />
|
||
<meta property="og:image" content="/logo.svg" />
|
||
<meta property="og:image:alt" content="Fox Logo" />
|
||
<meta property="og:site_name" content="EndofTimee" />
|
||
<meta name="twitter:card" content="summary_large_image" />
|
||
<meta name="twitter:title" content="EndofTimee – Personal Site" />
|
||
<meta
|
||
name="twitter:description"
|
||
content="EndofTimee's personal site – Developer, streamer, and more. "
|
||
/>
|
||
<meta name="twitter:image" content="/logo.svg" />
|
||
</head>
|
||
<body>
|
||
<div id="root"></div>
|
||
<script type="module" src="/src/index.tsx"></script>
|
||
</body>
|
||
</html>
|