-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
50 lines (48 loc) · 2.31 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
<!DOCTYPE html>
<html>
<head>
<title>Cloud Wolf Scripts</title>
<script src="pages/js/libs/jszip.min.js" defer></script>
<script src="pages/js/libs/FileSaver.min.js" defer></script>
<script src="pages/js/libs/highlight.min.js" defer></script>
<script src="pages/js/libs/katex.min.js" defer></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/css/fontawesome.min.css" rel="stylesheet">
<link href="pages/css/index.css" rel="stylesheet">
<link href="pages/css/navbar.css" rel="stylesheet">
<style type="text/css" id="night-mode-pro-style">html {background-color: #222 !important;} body {background-color: #222;}</style>
</head>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="pages/downloads/list.html">Downloads</a>
<div class="dropdown">
<button class="dropbtn">Generators <i class="arrow down"></i></button>
<div class="dropdown-content">
<a href="pages/gens/particle-plots.html">Particle Plots</a>
<a href="pages/gens/block-id.html">Block ID Packager</a>
<a href="pages/gens/score-trees.html">Scoreboard Trees</a>
<a href="pages/gens/image-json.html">Image to JSON Text</a>
<a href="pages/gens/ender-crafter.html">Ender-Crafter Recipes</a>
<a href="pages/gens/typewriter.html">Typewriter Text</a>
<a href="pages/gens/structure-flip.html">Structure Flip (EXPERIMENTAL)</a>
</div></div></div>
</div>
<section class="main-section">
<h1 class="main-title">Cloud Wolf's Domain</h1>
<p class="description" style="font-size: 14px; margin-bottom: 20px;">Core CSS by: MightyCoderX</p>
<div class="section">
<p class="section-title">About The Site</p>
<p class="description">This site host's javascript generators that are used<br>
to create or in tandem with datapacks by me!<br>
Each generator has a video link to a tutorial on the generator.<br><br>
I plan to add a page where you can download any of my packs soon!
</p>
</div>
<div class="section">
<p class="section-title">Media Links</p>
<button class="button" onclick='this.blur(); window.open("https://www.youtube.com/channel/UCZnBqVITQ0dloqUU0fGxY3g")' id="blob">YT Channel</button>
<button class="button" onclick='this.blur(); window.open("https://discord.gg/HyZPCTu")' id="blob">Discord Link</button>
</div>
</section>
</body>
</html>