-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (59 loc) · 2.59 KB
/
index.html
File metadata and controls
62 lines (59 loc) · 2.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Spruced Vanilla Wiki</title>
<meta charset="UTF-8">
<meta name="author" content="RyderWxnted">
<meta name="keywords" content="Spruced Vanilla, Wiki, SV Wiki">
<meta name="viewport" content="initial-scale=1.0, width=device-width">
<meta name="description" content="Spruced Vanilla Wiki">
<link rel="stylesheet" href="spruced.css" type="text/css">
</head>
<body>
<header>
<img src="assets/SV logo.png" alt="SV Logo">
<h1>Spruced Vanilla Wiki</h1>
</header>
<hr>
<main>
<p><span class="spantwo">Spruced Vanilla</span> is a free-to-play data-pack-pack that adds an insane number of features, and is completely free to play! Many developers have combined their work into this project! <span>This is our unofficial wiki made by a fan. You can access Spruced Vanilla's Technical Wiki here!</span></p>
<nav>
<h2>Navigation</h2>
<br>
<br>
<br>
<ol>
<a href="index.html" target="_self"><li>Home</li></a>
<br>
<a href="https://discord.gg/zvnGZ9HYPY" target="_blank"><li>Credits</li></a>
<br>
<a href="https://modrinth.com/datapack/spruced-vanilla" target="_self"><li>Download</li></a>
<br>
<a href="#" target="_self"><li>License</li></a>
</ol>
</nav>
<section>
<table>
<tr>
<td><a href="items.html" target="_self">[🪓] Items</a></td>
<td><a href="blocks.html" target="_self">[🧱] Blocks</a></td>
</tr>
<tr>
<td><a href="biomes.html" target="_self">[🌳] Biomes</a></td>
<td><a href="mobs.html" target="_self">[😸] Mobs</a></td>
</tr>
<tr>
<td><a href="structures.html" target="_self">[🏢] Structures</a></td>
<td><a href="dimensions.html" target="_self">[🚀] Dimensions</a></td>
</tr>
</table>
<br>
<br>
<br>
<br>
<p>Come check out the official Spruced Vanilla's Discord Server Here:</p>
<p class="dslink">https://discord.gg/kXtJfNyr44</p>
</section>
</main>
</body>
</html>