21 lines
800 B
HTML
21 lines
800 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="theme-color" content="#1e0618" />
|
|
<meta name="description" content="Visit the home of Toothless' Bots." />
|
|
<meta property="og:title" content="Got Lost?" />
|
|
<meta property="og:description" content="Visit the home of Toothless' Bots." />
|
|
<meta property="og:type" content="website" />
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta name="twitter:title" content="Got Lost?" />
|
|
<meta name="twitter:description" content="Visit the home of Toothless' Bots." />
|
|
<title>Got Lost?</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|