Dump from SVN

This commit is contained in:
Fándly Gergő
2019-08-08 16:43:21 +03:00
parent f96d5a49e9
commit c8973cda7e
34 changed files with 3703 additions and 0 deletions

11
indexc.html Normal file
View 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>