33 lines
1.1 KiB
HTML
33 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles.css')}}"" /> <!-- styles.css {{ url_for('static', filename='styles.css')}}-->
|
|
<link rel=" shortcut icon" href="{{ url_for('static', filename='icons/favicon.ico') }}">
|
|
<title>DGS Avatar Study</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container">
|
|
<h2>SLAEFORMS Gebärdensprachavatar Studie</h2>
|
|
|
|
<video controls>
|
|
<source src="{{ url_for('static', filename='videos/GLEISvariations.mp4') }}" type="video/mp4">
|
|
</video>
|
|
<div class="spacer" aria-hidden="true" style="height:20px"></div>
|
|
<div class="textblock">
|
|
|
|
{% include "p3infos.html" %}
|
|
|
|
</div>
|
|
<form class="dsgvoform" action="{{ url_for('sendpage') }}" method="post">
|
|
<div class="button-container">
|
|
<button id="submitbutton" type="submit">Weiter</button>
|
|
</div>
|
|
</form>
|
|
<div class="spacer" aria-hidden="true" style="height:80px"></div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |