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('/')
+4
View File
@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="4" fill="#ea580c"/>
<text x="16" y="24" text-anchor="middle" font-size="18" font-weight="bold" fill="white" font-family="sans-serif">LT</text>
</svg>

After

Width:  |  Height:  |  Size: 248 B

+2
View File
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Loadtest — загрузка файлов</title>
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
<style>
:root {
--bg: #f5f5f5;
@@ -81,6 +82,7 @@
<body>
<div class="topbar">
📦 Loadtest — загрузка файлов
<img src="/static/favicon.svg" style="height:22px;width:22px;">
<span style="font-weight:400;color:var(--muted);font-size:12px;margin-left:auto;">v{{ version }}</span>
</div>