This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ from flask import Flask, render_template, request
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
VERSION = '1.0.0'
|
||||
VERSION = '1.0.1'
|
||||
|
||||
|
||||
@app.route('/')
|
||||
|
||||
@@ -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 |
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user