feat: favicon.svg, иконка в topbar, v1.0.1
Deploy loadtest / validate (push) Waiting to run

This commit is contained in:
2026-07-10 08:09:36 +04:00
parent f50d8d5ce0
commit ee972377a5
4 changed files with 73 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from flask import Flask, render_template, request
app = Flask(__name__)
VERSION = '1.0.0'
VERSION = '1.0.1'
@app.route('/')