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 — загрузка файлов +