-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 1022 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Magic Stash</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alegreya:400,400i,700,700i">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Magic Stash</h1>
<h2>Refined tools for Dungeon Masters</h2>
</header>
<main>
<a class="button" href="https://github.com/magic-stash/combat/releases/download/0.1.0/combat-0.1.0.zip" download>Download Now!</a>
<span class="download-meta">For macOS</span>
<nav>
<a href="https://github.com/magic-stash/combat">GitHub</a>
<span></span>
<a href="https://github.com/magic-stash/combat/issues">Support</a>
<span></span>
<a href="https://www.patreon.com/KelzyrTheFirst">Patreon</a>
</nav>
</main>
<footer>
<p>Built with <3 & d20s by @<a href="http://twitter.com/timgthomas">timgthomas</a> and @<a href="http://twitter.com/mistressofpink">mistressofpink</a></p>
</footer>
</body>
</html>