Dump from SVN
This commit is contained in:
11
indexc.html
Normal file
11
indexc.html
Normal file
@ -0,0 +1,11 @@
|
||||
<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>
|
Reference in New Issue
Block a user