-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 985 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<title>Wormhole</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="Wormhole">
<meta name="description" content="A Space Traders client in React">
<meta name="keywords" content="game, development, spacetraders">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="author" content="Ben Hayward">
<meta property="og:title" content="Wormhole">
<meta property="og:description" content="A Space Traders client in React">
<meta property="og:site_name" content="Wormhole">
<meta property="og:url" content="https://wormhole.benhayward.net/">
<meta property="og:type" content="website">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>