forked from danielringel4/Data-Science-I-Biomathematik-Quiz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (25 loc) · 974 Bytes
/
index.html
File metadata and controls
32 lines (25 loc) · 974 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Data Science I Biomathematik Quiz</title>
<script src="https://polyfill.io/v3/polyfill.min.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@4/tex-mml-chtml.js"></script>
<!-- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/mathjax@4/tex-mml-chtml.js" defer></script> -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 id="title-test">Data Science I Biomathematik Quiz</h1>
<div id="topic-selection">
</div>
<div id="quiz-area" style="display: none;">
<div id="progress"></div>
<p id="question-text"></p>
<div id="answers"></div>
</div>
<div id="return-btn" style="display: none;">
</div>
<!-- <script src="questions.js"></script> -->
<script src="main.js"></script>
</body>
</html>