nani.wtf/src/index.html

43 lines
1.0 KiB
HTML
Raw Normal View History

2020-09-22 04:03:52 +02:00
---
2022-03-19 00:59:36 +01:00
desc: "Nani.wtf homepage"
image: "./images/robert-pearce-UwHN0jU_YqQ-unsplash-800w.jpg"
2020-09-22 04:03:52 +02:00
lang: "en"
stylesheet: "default"
2022-03-19 00:59:36 +01:00
title: "Nani"
2020-09-22 04:03:52 +02:00
---
2022-03-13 22:34:31 +01:00
<header class="header">
2022-03-19 00:59:36 +01:00
<h1>Welcome to nani.wtf</h1>
2020-09-22 04:03:52 +02:00
<img
alt="A woman sitting on a bench amongst trees at the end of a boardwalk leading to a pond with mountains in the background"
src="./images/robert-pearce-UwHN0jU_YqQ-unsplash-800w.jpg"
2020-09-22 04:03:52 +02:00
style="max-width:500px;"
/>
</header>
<main>
2022-03-13 22:34:31 +01:00
<section class="content">
2022-03-19 00:59:36 +01:00
<div class="pure-g">
<div class="pure-u-1-2 pure-u-md-1-2">
<h2>Posts</h2>
<ul>
$for(posts)$
<li>
<div><a href=".$url$">$title$</a></div>
<small>$date$</small>
</li>
$endfor$
</ul>
</div>
<div class="pure-u-1-2 pure-u-md-1-2">
2022-03-23 12:36:07 +01:00
<h2>語源</h2>
2022-03-19 00:59:36 +01:00
<ul>
$for(naritachi)$
<li>
<div><a href=".$url$">$title$</a></div>
</li>
$endfor$
</ul>
</div>
2020-09-22 04:03:52 +02:00
</section>
</main>