forked from blueprint-site/blueprint-site.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathawards.html
31 lines (31 loc) · 1.39 KB
/
awards.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
<!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/awards.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"/>
</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="#"><img src="/static/Clipboard.webp" alt="">About</a>
</nav>
<main>
<h1 class="title">The Wrench Awards</h1>
<h3 class="title-description">Vote for Your favorite Create Mod addon</h3>
</main>
</body>