redstrate.com/themes/red/layouts/_default/minecraft.html
Joshua Goins 280a64b445
Some checks failed
Deploy / Deploy Website (push) Has been cancelled
Publish new kawari blog post, update shrines and other misc changes
2025-05-01 15:38:18 -04:00

29 lines
568 B
HTML

{{ define "main" }}
<h2>{{ .Title }}</h2>
<hr>
<p>Yes... I was a Minecraft kid growing up. I started playing during the Beta, but I'm not sure what version.</p>
<div class="container">
<div class="box">
<h2>Worlds</h2>
TODO!
</div>
</div>
<style>
.container {
display: flex;
column-gap: 15px;
}
.box {
display: block;
width: 100%;
border: 1px solid gray;
padding: 5px;
}
</style>
{{ end }}