This commit is contained in:
Bottersnike 2023-04-25 18:09:31 +01:00
parent 8e5d1e532c
commit cc9bc6b717
Signed by: Bottersnike
SSH Key Fingerprint: SHA256:3g0ghwd4dNX1k1RX8qazbiT+3RIYn/daeBevHZVCiU0
2 changed files with 6 additions and 1 deletions

View File

@ -388,7 +388,6 @@ def gen_file_ring(path: str, platform: str, appdata: list[AppDataRing]):
print("</tbody></table>", file=kcf_html)
def main():
appdata_ring: list[AppDataRing] = []
appdata_nu: list[AppDataNu] = []

View File

@ -0,0 +1,6 @@
{% extends "konami.html" %}
{% block title %}Unlocking unreleased content in Sound Voltex{% endblock %}
{% block body %}
<h1>Unlocking unreleased content in Sound Voltex</h1>
<p>The first thing you'll need to do is</p>
{% endblock %}