zr-web/index.html
2025-03-02 23:02:31 -05:00

26 lines
440 B
HTML

---
title: Zeta Reticuli Gameworks
layout: default
---
<img src="/static/img/zr.png" alt="logo" class="logo">
<h1>
Upcoming releases:
</h1>
<hr>
<div class="panel">
<a href="/games/homicidium.html">
<img src="/static/img/title.svg" alt="homicidium" class="title">
</a>
</div>
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>