Publishing to gh-pages (deploy.sh)
This commit is contained in:
parent
bd261a8a60
commit
9a33b383b9
7 changed files with 351 additions and 72 deletions
61
tabletop/index.html
Normal file
61
tabletop/index.html
Normal 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://hazelnut.dev/style.css" />
|
||||
<link rel="icon" href="https://hazelnut.dev/favicon.png" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1 class="site-title">Hazel's Site</h1>
|
||||
<nav>
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a class="internal" href="https://hazelnut.dev">
|
||||
Home
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="" href="https://hazelnut.dev/glog">
|
||||
GLOG Rules
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="internal" href="https://hazelnut.dev/tabletop">
|
||||
Tabletop Shit
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="" href="https://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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue