-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (71 loc) · 2.03 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CTR-tools</title>
<link rel="preload" href="stylesheet.css" as="style" />
<link rel="preload" href="articles.js" as="script" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Outfit&display=swap">
<link rel="stylesheet" href="stylesheet.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="articles.js"></script>
</head>
<body>
<div id="page" class="divcentered">
<div class="pageheader">
<div>Crash Team Racing modding community</div>
<div>presents</div>
<a href="https://ctr-tools.github.io">
<img id="logo" class="logo" src="https://raw.githubusercontent.com/CTR-tools/CTR-tools/master/ctr-tools-logo.png" alt="ctr-tools logo"></img>
</a>
</div>
<nav class="main_menu">
<ul>
<li>
<a href="https://github.com/CTR-tools/CTR-tools/releases/latest">
<img class="ytfavicon" src="images/ghfavicon.png" />
<span>Download CTR-tools</span>
</a>
</li>
<li>
<a href="https://github.com/CTR-tools/CTR-ModSDK/releases/latest">
<img class="ytfavicon" src="images/ghfavicon.png" />
<span>Download ModSDK</span>
</a>
</li>
</ul>
<ul>
<li>
<a href="https://discord.gg/WHkuh2n">
<img class="ytfavicon" src="images/dcfavicon.png"/>
<span>Discord</span>
</a>
</li>
<li>
<a href="https://www.youtube.com/@DCxDemo">
<img class="ytfavicon" src="images/ytfavicon.png"/>
<span>DCxDemo</span>
</a>
</li>
<li>
<a href="https://www.youtube.com/@Darkaiser">
<img class="ytfavicon" src="images/ytfavicon.png"/>
<span>Darkaiser</span>
</a>
</li>
<li>
<a href="https://www.youtube.com/@TheRedhotbr">
<img class="ytfavicon" src="images/ytfavicon.png"/>
<span>TheRedhotbr</span>
</a>
</li>
</ul>
</nav>
<div id="content"/>
</div>
<div id="utils">
<a href="utils\rgb16.htm">RGB16 online tool</a><br>
<a href="utils\cheats.htm">Gex/Ctr cheat mnemonics helper</a>
</div>
</body>
</html>