diff options
Diffstat (limited to 'website/app/templates/yes.html')
-rw-r--r-- | website/app/templates/yes.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/website/app/templates/yes.html b/website/app/templates/yes.html deleted file mode 100644 index b915221..0000000 --- a/website/app/templates/yes.html +++ /dev/null @@ -1,17 +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/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 %} |