-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 1.56 KB
/
Copy pathindex.html
File metadata and controls
30 lines (28 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Harbour Masters 64 - Native PC ports of classic N64 games including Ship of Harkinian, 2ship2Harkinian, Ghostship, SpaghettiKart, and Starship." />
<meta name="keywords" content="N64, Nintendo 64, PC port, decompilation, Ship of Harkinian, Ocarina of Time, Majora's Mask, Super Mario 64, Mario Kart 64, Star Fox 64, LibUltraShip" />
<meta name="theme-color" content="#0a0a1a" />
<meta property="og:title" content="Harbour Masters 64" />
<meta property="og:description" content="Native PC ports of classic N64 games" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://harbourmasters.com" />
<title>Harbour Masters 64 - N64 PC Ports</title>
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<!-- Google Fonts - loaded dynamically based on theme -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>