diff --git a/app/__pycache__/hidden.cpython-36.pyc b/app/__pycache__/hidden.cpython-36.pyc index 7f611c6..27394c2 100644 Binary files a/app/__pycache__/hidden.cpython-36.pyc and b/app/__pycache__/hidden.cpython-36.pyc differ diff --git a/app/__pycache__/routes.cpython-36.pyc b/app/__pycache__/routes.cpython-36.pyc index 7208c1a..9ec61b9 100644 Binary files a/app/__pycache__/routes.cpython-36.pyc and b/app/__pycache__/routes.cpython-36.pyc differ diff --git a/app/routes.py b/app/routes.py index e6d7578..6253f96 100644 --- a/app/routes.py +++ b/app/routes.py @@ -16,7 +16,7 @@ def strgen(length): return ''.join( random.choices(list(string.ascii_letters), k=length)) @app.route('/api') -def apoi(): +def api(): return 'fuckoff' @app.route('/dashboard') diff --git a/app/templates/hidden.html b/app/templates/hidden.html index d07bc2a..9433804 100644 --- a/app/templates/hidden.html +++ b/app/templates/hidden.html @@ -1,33 +1,35 @@ {% extends 'base.html' %} {% block body %}
-
-
+
+
{% for image in data %}
-
-
-
- Bruh Moment -
-
-
-
- broken shit -
-
-
-
- {{ image.tags }} -
-
-
- -
- {% endfor %} -
- +
+
+
+ Bruh Moment +
+
+ +
+
+ {{ image.tags }} +
+
+
+ +
+ {% endfor %} +
+
{% endblock body %} \ No newline at end of file