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
+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>