From ee972377a5fb04ca60c7a275eb90a398b9c8b6a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Fri, 10 Jul 2026 08:09:36 +0400 Subject: [PATCH] =?UTF-8?q?feat:=20favicon.svg,=20=D0=B8=D0=BA=D0=BE=D0=BD?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=B2=20topbar,=20v1.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- favicon.svg | 66 +++++++++++++++++++++++++++++++++++++++ site/app.py | 2 +- site/static/favicon.svg | 4 +++ site/templates/index.html | 2 ++ 4 files changed, 73 insertions(+), 1 deletion(-) create mode 100755 favicon.svg create mode 100644 site/static/favicon.svg diff --git a/favicon.svg b/favicon.svg new file mode 100755 index 0000000..3a2969d --- /dev/null +++ b/favicon.svg @@ -0,0 +1,66 @@ + + + + + + + + + + image/svg+xml + + + + + + + + diff --git a/site/app.py b/site/app.py index 8155cd4..6cbb8d5 100644 --- a/site/app.py +++ b/site/app.py @@ -3,7 +3,7 @@ from flask import Flask, render_template, request app = Flask(__name__) -VERSION = '1.0.0' +VERSION = '1.0.1' @app.route('/') diff --git a/site/static/favicon.svg b/site/static/favicon.svg new file mode 100644 index 0000000..466b140 --- /dev/null +++ b/site/static/favicon.svg @@ -0,0 +1,4 @@ + + + LT + diff --git a/site/templates/index.html b/site/templates/index.html index 05c279a..b0f0c8a 100644 --- a/site/templates/index.html +++ b/site/templates/index.html @@ -4,6 +4,7 @@ Loadtest — загрузка файлов +