diff --git a/dyxless/static/img/android-chrome-192x192.png b/dyxless/static/img/android-chrome-192x192.png new file mode 100644 index 0000000..b58af90 Binary files /dev/null and b/dyxless/static/img/android-chrome-192x192.png differ diff --git a/dyxless/static/img/android-chrome-512x512.png b/dyxless/static/img/android-chrome-512x512.png new file mode 100644 index 0000000..437d336 Binary files /dev/null and b/dyxless/static/img/android-chrome-512x512.png differ diff --git a/dyxless/static/img/apple-touch-icon.png b/dyxless/static/img/apple-touch-icon.png new file mode 100644 index 0000000..4f6f54b Binary files /dev/null and b/dyxless/static/img/apple-touch-icon.png differ diff --git a/dyxless/static/img/base.html b/dyxless/static/img/base.html new file mode 100644 index 0000000..4c4e84d --- /dev/null +++ b/dyxless/static/img/base.html @@ -0,0 +1,84 @@ + + + + + + + + Dyxless + + + + + + + + + + + + + {% with messages = get_flashed_messages(with_categories=true) %} + {% if messages %} + {% for category, text in messages%} +
+ + {{ text }} +
+ {% endfor %} + {% endif %} + {% endwith %} + + {% block content %} + {% endblock %} + + + + \ No newline at end of file diff --git a/dyxless/static/img/favicon-16x16.png b/dyxless/static/img/favicon-16x16.png new file mode 100644 index 0000000..39659fd Binary files /dev/null and b/dyxless/static/img/favicon-16x16.png differ diff --git a/dyxless/static/img/favicon-32x32.png b/dyxless/static/img/favicon-32x32.png new file mode 100644 index 0000000..0e8b384 Binary files /dev/null and b/dyxless/static/img/favicon-32x32.png differ diff --git a/dyxless/static/img/favicon.ico b/dyxless/static/img/favicon.ico new file mode 100644 index 0000000..e67e977 Binary files /dev/null and b/dyxless/static/img/favicon.ico differ diff --git a/dyxless/static/site.webmanifest b/dyxless/static/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/dyxless/static/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/dyxless/templates/base.html b/dyxless/templates/base.html index a147f02..cae7d12 100644 --- a/dyxless/templates/base.html +++ b/dyxless/templates/base.html @@ -6,6 +6,10 @@ Dyxless + + + + diff --git a/dyxless/templates/login.html b/dyxless/templates/login.html index 3c447c3..e246762 100644 --- a/dyxless/templates/login.html +++ b/dyxless/templates/login.html @@ -2,43 +2,39 @@ {% block content %} -
-
-
-
-

Вход

-
- -

- - - - -

-
-
- -

- - - - -

-
-
- -
-
-

- -

-
-
-
-
+
+
+

Вход

+
+ +

+ + + + +

+
+
+ +

+ + + + +

+
+
+ +
+
+

+ +

+
+
{% endblock %} \ No newline at end of file