-
Notifications
You must be signed in to change notification settings - Fork 0
/
tools.html
40 lines (37 loc) · 1.41 KB
/
tools.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
<!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">
<title>TreasureIslandMC - tools</title>
<link rel="icon" type="image/x-icon" href="/images/site/favicon.ico">
<link href="../style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="main">
<header>
<a href="../index.html"><img class="logo" src="/images/site/full-transparent.png"></a>
<navigation>
<a href="/ti-memories.html">#ti-memories</a>
<a href="/about.html">About</a>
<a href="">Forums</a>
<a href="/tools.html" class="active">Tools</a>
</navigation>
</header>
<div class="content">
<div class="wip">Work In Progress!</div>
</div>
<footer>
<span>Made with
<g-emoji class="g-emoji" alias="heart"
fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2764.png">
<img class="emoji" alt="heart" height="20" width="20"
src="https://github.githubassets.com/images/icons/emoji/unicode/2764.png">
</g-emoji> by <a href="https://sarhatabaot.net">sarhatabaot</a>
</span>
</footer>
</div>
<div class="background"></div>
</body>
</html>