mirror of
https://gitea.tendokyu.moe/eamuse/docs.git
synced 2024-11-23 22:40:57 +01:00
Lol
This commit is contained in:
parent
8e5d1e532c
commit
cc9bc6b717
@ -388,7 +388,6 @@ def gen_file_ring(path: str, platform: str, appdata: list[AppDataRing]):
|
|||||||
print("</tbody></table>", file=kcf_html)
|
print("</tbody></table>", file=kcf_html)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
appdata_ring: list[AppDataRing] = []
|
appdata_ring: list[AppDataRing] = []
|
||||||
appdata_nu: list[AppDataNu] = []
|
appdata_nu: list[AppDataNu] = []
|
||||||
|
6
templates/pages/unlocks.html
Normal file
6
templates/pages/unlocks.html
Normal 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 %}
|
Loading…
Reference in New Issue
Block a user