homepage/src/_layouts/home.html

30 lines
752 B
HTML

---
layout: default
---
<div id="root" class="lens">
<div id="container">
<h1>Internet Website 2.0</h1>
<h2>~Welcome to the net~</h2>
<ul class="categories">
<li>
<h3>These are the Things I like</h3>
<p>And some reasons that I like them</p>
</li>
<li>
<h3>Some are known</h3>
<p>Others cannot be known, or are illegal to know</p>
</li>
<li>
<h3>All are good</h3>
<p>Because I am not bad</p>
</li>
</ul>
{{ content }}
</div>
</div>
<div id="filter"></div>
<div id="hint" class="hidden">
<p>(Your browser is out of focus)</p></div>