-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./common.css">
<title>FallBackITA27's Tooling</title>
</head>
<body>
<div class="Tool">
<div class="x-axis">
<a href="./biography/">Who am I?</a>
</div>
<div class="x-axis">
<a href="https://github.com/FallBackITA27/online-tooling/">The Repo for this</a>
</div>
<div class="x-axis">
<a href="./rksys-top-5-viewer/">Online RKSYS Viewer</a><sub> - Currently can only read Top 5 and Flap from Save</sub>
</div>
<div class="x-axis">
<a href="./mkwpp-parser/">Custom MKWPP Submission Parser</a>
</div>
<div class="x-axis">
<a href="./mkwpp-ctgp-doublecheck/">Custom MKWPP Anticheat / Time Doublechecker</a>
</div>
<div class="x-axis">
<a href="./sy-clan/">sy Clan sheet</a>
</div>
<div class="x-axis">
<a href="./basileia/">βασιλεία</a>
</div>
<div class="x-axis">
<a href="./gtav-interactive-map/">GTA Online Companion</a><sub>definitely work in progress lol</sub>
</div>
</div>
</body>
</html>