26 lines
440 B
HTML
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> |