forked from 2KDriveTools/2KDriveTools.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.08 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
<html>
<title>2K Drive Tools</title>
<link rel="stylesheet" href="./styles/style.css">
<link rel="stylesheet" href="index.css">
<meta charset="UTF-8">
<div class="head">
<span>2K Drive Tools</span>
</div>
<div class="app-holder">
<div class="tool-list">
<span>All Tools</span>
<ul>
<li><a href="./Vehicles">Vehicle Editor</a>
<span class="desc">Allows to edit Vehicles</span></li>
<li><a href="./Unlocker/Instructions">Instruction Finisher</a>
<span class="desc">Sets instructions to last step</span></li>
<li><a href="./DrivePass">DrivePass Maxer</a>
<span class="desc">Increases Drivepass level to max</span></li>
<li><a href="./Unlocker/Hub">Hub Unlocker</a>
<span class="desc">Makes approved Vehicles uploadable</span></li>
<li><a href="./BrickList">Bricklist</a>
<span class="desc">List of all available Bricks</span></li>
<li><a href="./lists/Stickers">Sticker List</a>
<span class="desc outdated">List of Stickers</span></li>
<li><a href="./lists/Sets">Set List</a>
<span class="desc outdated">List of Sets</span></li>
</ul>
</div>
</div>
</html>