1
0
Fork 0
amy.rip/index.html

25 lines
831 B
HTML
Raw Normal View History

2024-12-24 14:02:54 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
2024-12-24 14:17:40 +01:00
href="https://dp.nea.moe/avatar/603229858612510720.png"
2024-12-24 14:02:54 +01:00
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Amy</title>
<meta content="Amy" property="og:title" />
<meta
content="warning: this user is known to be extremely amy, proceed with caution."
property="og:description"
/>
<meta content="https://files.amy.rip/pfp.jpg" property="og:image" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>