-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathschematics.html
43 lines (43 loc) · 1.85 KB
/
schematics.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blueprint - Download, Read, Explore</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/schematic.css">
<meta property="og:type" content="website">
<meta property="og:title" content="Blueprint"/>
<meta property="og:description" content="Your all in one Create website"/>
<meta property="og:url" content="https://blueprint-site.github.io/"/>
<meta property="og:image" content="https://blueprint-site.github.io/static/logo.webp"/>
<script src="/static/js/darkmode.js" defer></script>
</head>
<body>
<nav>
<a class="logo" href="/"><img src="/static/logo.webp" alt="Logo">Blueprint</a>
<span style="flex-grow: 1;"></span>
<a href="/addons.html"><img src="/static/minecart_coupling.webp" alt="">Addons</a>
<a href="/schematics.html"><img src="/static/schematic.webp" alt="">Schematics</a>
<a href="/about.html"><img src="/static/Clipboard.webp" alt="">About</a>
</nav>
<main>
<div id="dark-mode-toggle"></div>
<center>
<h1>Schematics</h1>
<p class="viewer-text">Got a schematic? <a href="/schematic-viewer.html">View it here</a></p>
</center>
<footer>
<img src="static/logo.webp" alt="" class="bottom-bar-logo">
<h4 class="bottom-bar-sitename">Create Addons</h4>
<h6 class="bottom-bar-bug">Found a bug? Report it to [email protected]</h6>
<h6 class="bottom-bar-bug">NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR
MICROSOFT</h6>
</footer>
</main>
</body>
</html>