-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (23 loc) · 1.42 KB
/
index.html
File metadata and controls
27 lines (23 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="shortcut icon" href="/favicon/favicon.ico">
<script src="https://kit.fontawesome.com/6aab57228e.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fugaz+One&family=Space+Grotesk:wght@300;400;600;700&display=swap" rel="stylesheet">
<title>Samurai Zero - A multiplayer third-person arena combat game developed by Neo Interactive - Official Neo Interactive Site</title>
<meta name="description" content="Samurai Zero is a premium 3rd person multiplayer action game - coming when it's ready. Play as a unique cast of super-powered Samurai and experience a unique blend of fast-paced, third-person arena combat set in the beautiful science fantasy world of Edo.">
<script defer data-domain="samuraizero.com" src="https://stats.szero.cloud/js/plausible.js"></script>
</head>
<body>
<div id="app"></div>
<div id="modal"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>