You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.9 KiB
HTML
48 lines
1.9 KiB
HTML
3 years ago
|
<!DOCTYPE html>
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||
|
<title>Archive</title>
|
||
|
<link
|
||
|
rel="stylesheet"
|
||
|
href="/soupboat/si16-app{{url_for('static', filename='font/font.css')}}"
|
||
|
/>
|
||
|
<link
|
||
|
rel="stylesheet"
|
||
|
href="/soupboat/si16-app{{url_for('static', filename='css/variables.css')}}"
|
||
|
/>
|
||
|
<link rel="stylesheet" href="/soupboat/si16-app{{url_for('static', filename='css/mitsotakis/style.css')}}" />
|
||
|
<link rel="stylesheet" href="/soupboat/si16-app{{url_for('static', filename='css/mitsotakis/archive.css')}}" />
|
||
|
<!-- <link rel="stylesheet" href="/soupboat/~grgr/flask{{url_for('static', filename='style.css')}}" /> -->
|
||
|
<link rel="stylesheet" href="/soupboat/si16-app/projects/and-i-wish-that-your-question-has-been-answered{{url_for('static', filename='archive.css')}}" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<a class="goto-archive" href="https://hub.xpub.nl/soupboat/~grgr/api/and_i_wish_that_your_question_has_been_answered/">go to the form ⇝</a>
|
||
|
<section class="page--header">
|
||
|
<header>
|
||
|
<h1>Archive of Repetitive Answers</h1>
|
||
|
<h3>...and I wish that your question has been answered</h3>
|
||
|
</header>
|
||
|
</section>
|
||
|
|
||
|
<!--<button onclick="window.print();" class="noPrint">Print!</button>-->
|
||
|
<div class='sections'>
|
||
|
<!-- {% for section in sections %}
|
||
|
{{section | safe}}
|
||
|
{% endfor %} -->
|
||
|
|
||
|
<!-- {%for answer in answers%}
|
||
|
<div class="answer">{{question | safe}}</div>
|
||
|
<div class="answer">{{answer | safe}}</div>
|
||
|
{%endfor%} -->
|
||
|
{%for answer in answers%}
|
||
|
<div class="answer">{{answer | safe}}</div>
|
||
|
<div class="reporter">{{question | safe}}</div>
|
||
|
|
||
|
|
||
|
{%endfor%}
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|