-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-tz-noaes.html
57 lines (41 loc) · 1.63 KB
/
index-tz-noaes.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mcQuiz-noaes Template</title>
<!-- if online
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
-->
<!-- if offline -->
<link rel="stylesheet" href="bootstrap/3.3.7/css/bootstrap-cerulean-grn99.min.css">
<link rel="stylesheet" href="font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/mc-tz.css">
<script src="jquery/3.3.1/jquery.min.js"></script>
<script src="bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="js/smoothScroll.js"></script>
<script src="js/TeXZilla-min.js"></script>
</head>
<body>
<div id="navBar"></div>
<div id="main">
<center>
<div class="table-responsive" id="tableDiv1">
<table class="table table-bordered table-hover" id='table1'></table>
</div>
<div id="notifyTopic"></div>
<div id="chooseTotalQ"></div>
<!-- Q&A items generated here -->
<!-- restart button generated here -->
</center>
</div>
<script src='js/setDat-mc-tz-noaes.js'></script>
<script src='js/topicMenuButtons.js'></script>
<script src='js/paramsQ-bs.js'></script>
<script src='js/layoutQA.js'></script>
<script src='js/coinBump.js'></script>
<script src='js/genQA-bs-aes.js'></script>
</body>
</html>