-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcustomblocks.html
More file actions
89 lines (89 loc) · 4.09 KB
/
customblocks.html
File metadata and controls
89 lines (89 loc) · 4.09 KB
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
80
81
82
83
84
85
86
87
88
89
<!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>NOTORIEX LEGACY Trackmania Hub</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="https://cdn2.steamgriddb.com/file/sgdb-cdn/icon/1a1a998465d96b216610e8bf342343bb/32/256x256.png">
</head>
<body>
<div class = "wrapper">
<header>
<h1><span class = "first-word">NTRX</span> Trackmania Hub</h1>
</header>
<nav>
<ul>
<li><a href = "index.html">Home</a></li>
<li><span class = "hovery">Maps</span>
<ul class = "morecontent">
<li><a href = "maps.html">NTRX Maps</a></li>
<li><a href = "custommaps.html">Community Maps</a></li>
</ul>
</li>
<li><a href = "cars.html">Cars</a></li>
<li><span class = "hovery">Visuals</span>
<ul class = "morecontent" id = "v2">
<li><a href = "envtextures.html">Environment Textures</a></li>
<li><a href = "customblocks.html">Custom Blocks</a></li>
<li><a href = "signpacks.html">Sign Packs</a></li>
</ul>
</li>
<li><a href = "horns.html">Horns</a></li>
</ul>
</nav>
<main>
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> -->
<div style = "overflow-x:auto">
<table>
<tr>
<th>Texture Pack Name:</th>
<!-- <th>Author:</th> -->
<th>Description: (author, game, tags, size, download)</th>
<!-- <th>Tags:</th>
<th>Size:</th>
<th>Download:</th> -->
</tr>
<tr>
<td>Bay Buildings (Scenery)</td>
<td>Description: A cool custom block of bay buildings
<ul>
<li>Author: St1ngLeR</li>
<li>Game: Trackmania Nations/United Forever</li>
<li>Tags: Bay, custom</li>
<li>Size: 1.17 MB</li>
<li>Download: <a href = "files/custom-blocks/BayBuildings.zip">Direct Download</a></li>
</ul>
</td>
</tr>
<tr>
<td>Sausage Roads</td>
<td>Description: Custom blocks believed to be manually ported from Trackmania 2020!
<ul>
<li>Author: St1ngLeR</li>
<li>Game: Trackmania Nations/United Forever</li>
<li>Tags: TM2020, custom</li>
<li>Size: 711.75 KB</li>
<li>Download: <a href = "files/custom-blocks/sausage1.zip">Direct Download</a></li>
</ul>
</td>
</tr>
<tr>
<td>...</td>
<td>...</td>
<!-- <td>...</td> -->
<!-- <td>...</td>
<td>...</td>
<td>...</td> -->
</tr>
</table>
<p>For tips installing, visit <a href = "tuts/customblockDLinstructs.html">here</a>!</p>
</div>
</main>
<footer>
<p>Copyright © 2022 NOTORIEX LEGACY. All Rights Reserved.</p>
</footer>
</div>
</body>
</html>