zr-web/index.html

26 lines
440 B
HTML
Raw Normal View History

2025-02-13 10:20:18 -05:00
---
title: Zeta Reticuli Gameworks
layout: default
---
2025-02-12 20:29:51 -05:00
2025-02-13 10:20:18 -05:00
<img src="/static/img/zr.png" alt="logo" class="logo">
2025-02-12 20:29:51 -05:00
<h1>
Upcoming releases:
</h1>
2025-02-12 20:52:16 -05:00
<hr>
2025-02-18 23:06:42 -05:00
<div class="panel">
2025-02-13 10:20:18 -05:00
<a href="/games/homicidium.html">
<img src="/static/img/title.svg" alt="homicidium" class="title">
2025-02-12 20:29:51 -05:00
</a>
</div>
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>