12 lines
634 B
HTML
12 lines
634 B
HTML
<button type="button" onclick="screenfull.toggle()"><i class="fa fa-expand"></i></button>
|
|
<h1 style="text-align: right ">{{title}}</h1>
|
|
<div id="menuwrapper">
|
|
<hr class="placeholder" style="height: 20vh">
|
|
<div id="menu" class="menu">
|
|
<button type="button" class="big" onclick="goTo('tester.html')">{{tester}}</button>
|
|
<button type="button" class="big" onclick="goTo('newquiz.html')">{{newquiz}}</button>
|
|
<button type="button" class="big" onclick="goTo('resulttest.html')">{{resulttest}}</button>
|
|
<button type="button" class="big" onclick="goTo('more.html')">{{more}}</button>
|
|
</div>
|
|
</div>
|