Publishing to gh-pages (deploy.sh)

This commit is contained in:
Hazel Layne Aranda 2020-12-23 13:23:42 -05:00
parent bd261a8a60
commit 9a33b383b9
7 changed files with 351 additions and 72 deletions

61
tabletop/index.html Normal file
View file

@ -0,0 +1,61 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Tabletop Experiments and Stuff - Hazelnut</title>
<link rel="stylesheet" href="https:&#x2F;&#x2F;hazelnut.dev&#x2F;style.css" />
<link rel="icon" href="https:&#x2F;&#x2F;hazelnut.dev&#x2F;favicon.png" />
</head>
<body>
<header>
<h1 class="site-title">Hazel&#x27;s Site</h1>
<nav>
<ul>
<li>
<a class="internal" href="https:&#x2F;&#x2F;hazelnut.dev">
Home
</a>
</li>
<li>
<a class="" href="https:&#x2F;&#x2F;hazelnut.dev&#x2F;glog">
GLOG Rules
</a>
</li>
<li>
<a class="internal" href="https:&#x2F;&#x2F;hazelnut.dev&#x2F;tabletop">
Tabletop Shit
</a>
</li>
<li>
<a class="" href="https:&#x2F;&#x2F;pics.hazelnut.dev">
Photos
</a>
</li>
</ul>
</nav>
</header>
<div id="content">
<p>HEWWO</p>
<hr>
<ul class="post-list">
</ul>
</div>
<div id="footer">
</div>
</body>
</html>