roundabout,
created on Monday, 25 March 2024, 15:45:03 (1711381503),
received on Wednesday, 31 July 2024, 06:54:42 (1722408882)
Author identity: vlad <vlad.muntoiu@gmail.com>
363654e0deccbc827ca017d40724cce4164e3dd5
app.py
@@ -1,3 +1,5 @@
__version__ = "0.0.0"
import os
import shutil
import random
@@ -107,7 +109,7 @@ def main():
@app.route("/about/")
def about():
return flask.render_template("about.html", platform=platform)
return flask.render_template("about.html", platform=platform, version=__version__)
@app.route("/language", methods=["POST"])
doc/changelog/0.0.0 (2024-03-25).md
templates/about.html
@@ -66,7 +66,7 @@
<div id="logo-shadow">
<div id="logo" onmousedown="waitForAnimation(this, 'spinning');"></div>
</div>
<h1 class="headline"><b>{% trans %}Roundabout{% endtrans %}</b> {% trans %}alpha testing{% endtrans %}</h1>
<h1 class="headline"><b>{% trans %}Roundabout{% endtrans %}</b> α {{ version }}</h1>
<span id="tagline">{% trans %}Repository hosting for everyone.{% endtrans %}</span>
<x-frame style="--width: 768px; --height: auto; text-align: initial;" id="infos">
<article class="card">