-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (24 loc) · 849 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
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<base href="/" />
<!-- Primary Meta Tags -->
<title>Rust Rust Revolution</title>
<meta name="author" content="FFR" />
<meta name="description" content="RRR" />
<meta name="theme-color" content="#FF0000" />
<link rel="copyright" href="/static/copyright.txt" />
<link rel="icon" type="image/x-icon" href="/static/favicon.ico" />
<!-- Indexing -->
<meta name="robots" content="noindex,follow" />
<link type="text/plain" rel="author" href="/static/humans.txt" />
<!-- Styling -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="manifest" href="/static/manifest.json" />
<script type="module" src="/dist/index.ts"></script>
</head>
<body>
<x-play></x-play>
</body>
</html>