summaryrefslogtreecommitdiff
path: root/website/app/templates/no.html
diff options
context:
space:
mode:
authorblendoit <blendoit@gmail.com>2020-01-22 18:17:38 -0800
committerblendoit <blendoit@gmail.com>2020-01-22 18:17:38 -0800
commit6256335ef802e2823ac0118c01c7fe31e38e7287 (patch)
treef4d1633da886db94b450b70252ac935594ce73b8 /website/app/templates/no.html
parent2f1d0719faa0d955a82e87c0ea022f458e1c699f (diff)
Second commit.
Diffstat (limited to 'website/app/templates/no.html')
-rw-r--r--website/app/templates/no.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/website/app/templates/no.html b/website/app/templates/no.html
deleted file mode 100644
index e1b9238..0000000
--- a/website/app/templates/no.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<link rel= "stylesheet" type= "text/css" href= "{{ url_for('static',filename='styles/default.css') }}">
-<link rel= "stylesheet" type= "text/css" href= "{{ url_for('static',filename='styles/no.css') }}">
-
-{% extends "base.html" %}
-{% block content %}
-
-<div>
- <a href="{{ url_for('yes') }}" class="tab-yes"></a>
- <a href="{{ url_for('home') }}" class="tab-home"></a>
-
- <div class="main">
- {% for post in posts %}
- <div class="post">
- <h1>{{post.author}}</h1>
- <h2>{{post.date}}</h2>
- <p>{{post.content}}</p>
- </div>
- {% endfor %}
- </div>
-</div>
-
-
-{% endblock content %}
Copyright 2019--2024 Marius PETER