-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
60 lines (59 loc) · 2.06 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
<!DOCTYPE html>
<html>
<title>Home</title>
<link href="./main/assets/ess/odometer.css" rel="stylesheet">
<link href="./index.css" rel="stylesheet" type="text/css">
<link rel="icon" href="./main/images/logo.png">
<meta charSet="utf-8" />
<meta name="description"
content="HuntingStats378" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title"
content="HuntingStats378" />
<meta name="twitter:description"
content="HuntingStats378" />
<meta name="twitter:image" content="./main/images/logo.png" />
<meta property="og:title"
content="HuntingStats378" />
<meta property="og:description"
content="HuntingStats378" />
<meta property="og:type" content="website" />
<meta property="og:url" content="./" />
<meta property="og:image" content="./main/images/logo.png" />
</head>
<body>
<center>
<h1 class="title">HuntingStats378</h1>
<a href="https://discord.gg/rnng6j74Y4">
<h2 style="margin-top: -1vw; text-decoration: underline;">Click Here To Join The Affiliated Discord!</h2>
</a><br>
<a href="https://youtube.com/@HuntingStats378?sub_confirmation=1">
<h2 style="margin-top: -1vw; text-decoration: underline;">Subscribe!</h2>
</a><br>
<a href="./">
<h2 style="margin-top: -1vw; text-decoration: underline;">Home!</h2>
</a>
</center>
<div class="container">
<div class="options">
<div>
<button>Pages</button>
<a href="./rules">
<h1>Rules</h1>
</a>
<a href="./streams">
<h1>Stream Assets</h1>
</a>
<a href="./livecounts">
<h1>Livecounts</h1>
</a>
<a href="./information">
<h1>User Information (Early Access)</h1>
</a>
<a href="./fysc">
<h1>FYSC</h1>
</a>
</div>
</div>
</div>