Browse Source

edited index.html

main
simoon 2 years ago
parent
commit
f4806d75fc
  1. 16
      templates/index.html

16
templates/index.html

@ -4,21 +4,25 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}">
<title>THIS IS A TITLE</title>
<title>Temporary Indexing</title>
</head>
<body>
<h1 class="title">Temporary Indexing</h1>
<p>{{ petname_message}}. You are anonymous. You may reveal your identity later when saving your generated files.</p>
{% if generation_message %}
<p> {{ generation_message }} </p>
{% endif %}
<div class="container">
<div class="forms">
<form method="POST" action="/upload" enctype="multipart/form-data">
{{ upload_form.csrf_token }}
{{ upload_form.metadata.label }}
{{ upload_form.metadata }}
</form>
<form class="metafields" method="POST" action="/upload" enctype="multipart/form-data">
{{ upload_form.title.label }}
{{ upload_form.title }}
@ -46,12 +50,12 @@
{% endfor %}
</ul>
{% endif %}
</form>
</div>
<div class ="iframe">
<object data="{{ pdf }}" type="application/pdf">
<iframe src="{{ pdf }}"></iframe>
</object>
</div>
</div>
</body>
</html>

Loading…
Cancel
Save