mirror of
https://github.com/System-End/My-website.git
synced 2026-04-19 19:45:10 +00:00
28 lines
1.6 KiB
HTML
28 lines
1.6 KiB
HTML
<!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 – ProtoFox, developer, streamer, and more. Featuring a unique boot animation and fox-themed design." />
|
||
<meta property="og:title" content="EndofTimee – ProtoFox Personal Site" />
|
||
<meta property="og:description" content="EndofTimee's personal site – ProtoFox, 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 – ProtoFox Personal Site" />
|
||
<meta name="twitter:description" content="EndofTimee's personal site – ProtoFox, developer, streamer, and more. Featuring a unique boot animation and fox-themed design." />
|
||
<meta name="twitter:image" content="/logo.svg" />
|
||
</head>
|
||
<body>
|
||
<div id="root"></div>
|
||
<script type="module" src="/src/index.tsx"></script>
|
||
</body>
|
||
</html>
|
||
|