generated from github/welcome-to-github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ark.html
51 lines (39 loc) · 1.47 KB
/
ark.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style/style__main.css">
<title>RFD's Scratchpad</title>
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
<link id="theme_css" rel="stylesheet" type="text/css" href="style/theme_dark.css">
<!--no defer!-->
<script src="scripts/shared.js"></script>
</head>
<body>
<div id="header_id"></div>
<div id="content_id">
<h1>ARK</h1>
<div class="textbg">
<p>Anything to do with the Griffin Haven ARK server.</p>
<div class="indent linkblock">
<a href="ark_server_rules.html">server rules</a>
<a href="ark_trophy_calculator.html">trophy calculator</a>
<a class ="wip" href="ark_map.html">[WIP] map of the Island</a>
<a href="ark_kibble.html">kibble cheatsheet</a>
</div>
<h2>useful links</h2>
<div class="indent linkblock">
<a href="https://ark.wiki.gg/wiki/ARK_Wiki">Official ARK Wiki</a>
<a href="https://www.dododex.com/">Dododex</a>
<a href="https://github.com/cadon/ARKStatsExtractor">ARK Smart Breeding</a>
</div>
<h2>community resources</h2>
<div class="indent linkblock">
<a href="https://discord.gg/playarkmobile">ARK Mobile discord [requires verification]</a>
<a href="https://www.reddit.com/r/playarkmobile/">ARK Mobile subreddit</a>
</div>
</div>
</div>
<div id="footer_id"></div>
</body>
</html>