v1.0.0 — версия на главной странице

This commit is contained in:
“Naeel”
2026-08-06 10:28:46 +04:00
parent a89b1f1a97
commit f8f634380c
+3 -3
View File
@@ -392,11 +392,11 @@ def readyz():
# ---------------------------------------------------------------------------
@app.route("/")
def index():
return """<!DOCTYPE html>
return f"""<!DOCTYPE html>
<html>
<head><title>Terra Registry</title></head>
<head><title>Terra Registry v{VERSION}</title></head>
<body>
<h1>Terra Registry & Documentation Server</h1>
<h1>Terra Registry & Documentation Server v{VERSION}</h1>
<p>Status: <span style="color: green">ONLINE</span></p>
<hr>
<p>Powered by Nubes Cloud S3 Storage</p>