-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (74 loc) · 2.45 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!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" />
<meta
name="Description"
content="The number one fun strategy generator for Rainbow Six: Siege!"
/>
<meta
name="Keywords"
content="strat,strategy,game,gaming,rainbow,six,siege,generator,stratroulette"
/>
<meta property="og:image" content="/thumb.jpg" />
<meta
name="google-site-verification"
content="Uf8v3vnOhD7yveO0SjnF0ARJJ7NTu79txVZzn56QMy8"
/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=2" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=2" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=2" />
<link rel="manifest" href="/site.webmanifest?v=2" />
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=2" color="#222" />
<link rel="shortcut icon" href="/favicon.ico?v=2" />
<meta name="apple-mobile-web-app-title" content="sr.net" />
<meta name="application-name" content="sr.net" />
<meta name="msapplication-TileColor" content="#222" />
<meta name="theme-color" content="#222" />
<link href="https://github.com/BeeeQueue" rel="me" />
<title>R6|S - stratroulette.net</title>
<style>
html {
background: #111;
}
html,
body,
#app {
position: relative;
margin: 0;
padding: 0;
height: 100% !important;
min-height: 100% !important;
max-height: 100% !important;
width: 100%;
overflow: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>
<link
rel="preload"
href="https://fonts.googleapis.com/css?family=Catamaran:800|Lato:400,300&display=swap"
as="style"
onload="this.onload=null;this.rel='stylesheet'"
/>
<noscript>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Catamaran:800|Lato:400,300&display=swap"
/>
</noscript>
</head>
<body>
<noscript>
<strong>
We're sorry but stratroulette.net doesn't work without JavaScript enabled. Please
enable it to continue.
</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>