summaryrefslogtreecommitdiff
path: root/app/templates/yes.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/yes.html')
-rw-r--r--app/templates/yes.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/templates/yes.html b/app/templates/yes.html
new file mode 100644
index 0000000..b915221
--- /dev/null
+++ b/app/templates/yes.html
@@ -0,0 +1,17 @@
+<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/yes.css') }}">
+
+{% extends "base.html" %}
+{% block content %}
+
+<div>
+ <a href="{{ url_for('no') }}" class="tab-no"></a>
+ <a href="{{ url_for('home') }}" class="tab-home"></a>
+
+ <div class="main">
+ <p> yes, no?</p>
+ </div>
+</div>
+
+
+{% endblock content %}
Copyright 2019--2024 Marius PETER