sQuiz/indexc.html

12 lines
634 B
HTML
Raw Permalink Normal View History

2019-08-08 13:43:21 +00:00
<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>