diff --git a/app/templates/about.html b/app/templates/about.html deleted file mode 100644 index a289707..0000000 --- a/app/templates/about.html +++ /dev/null @@ -1,90 +0,0 @@ -{% extends "base.html" %} {% block nav %} - - - - - -{% endblock %} {% block content %} - - -
-
-
- cloud -
Toloka2Web v2
-

Зручний сайт для завантаження аніме до медіасерверу Jellyfin

-
- -
-
-
- - -{% endblock %} \ No newline at end of file diff --git a/app/templates/add.html b/app/templates/add.html deleted file mode 100644 index 0ce5977..0000000 --- a/app/templates/add.html +++ /dev/null @@ -1,202 +0,0 @@ -{% extends "base.html" %} {% block nav %} - - - - - -{% endblock %} {% block content %} - -

-

add Додати новий контент
-

- - - -
-
- search - - -
-
- -{% if torrent %} -
-
-
- -
- -
-
- - -{% endif %} - - - -{% endblock %} \ No newline at end of file diff --git a/app/templates/base.html b/app/templates/base.html deleted file mode 100644 index da0870b..0000000 --- a/app/templates/base.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - Toloka2Web - - - - - - - - - {% block nav %}{% endblock %} -
- -
- -
- {% block content %}{% endblock %} -
- - - - - \ No newline at end of file diff --git a/app/templates/index.html b/app/templates/index.html deleted file mode 100644 index 106ce08..0000000 --- a/app/templates/index.html +++ /dev/null @@ -1,191 +0,0 @@ -{% extends "base.html" %} -{% block nav %} - - - -{% endblock %} - -{% block content %} -

-

hub Торенти
-

- - -

-

work Дії
-

- - done_all - Оновити - - -
-
- search - - -
-
-{%for item in titles%} -
-
-
- -
- -
-
- -{%endfor%} - -
Інформація
-
- -
- -{% endblock %} \ No newline at end of file diff --git a/app/templates/settings.html b/app/templates/settings.html deleted file mode 100644 index ee5dafd..0000000 --- a/app/templates/settings.html +++ /dev/null @@ -1,98 +0,0 @@ -{% extends "base.html" %} {% block nav %} - - - - - -{% endblock %} {% block content %} - -

-

settings Налаштування WIP
-

- -
- - -
- person Обліковий запис Tokoka.to -
- hub BitTorrent -
- comic_bubble Аніме -
- bug_report Дебагінг -
- -
- title Toloka2Web v2 -
- conversion_path v0.0.1 -
- - - - -{% endblock %} \ No newline at end of file diff --git a/frontend/src/pages/index.vue b/frontend/src/pages/index.vue index 71892ba..42e9487 100644 --- a/frontend/src/pages/index.vue +++ b/frontend/src/pages/index.vue @@ -9,7 +9,7 @@