Added some math scripts
This commit is contained in:
parent
8c7ac2df36
commit
13490cdad2
9 changed files with 360 additions and 1 deletions
20
views/mathe.view.php
Normal file
20
views/mathe.view.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php require ('partials/head.php') ?>
|
||||
<?php require ('partials/nav.php') ?>
|
||||
<?php require ('partials/banner.php') ?>
|
||||
<main>
|
||||
<div class="mx-auto max-w-7xl py-6 sm:px-6 lg:px-8 container">
|
||||
<div class="container">
|
||||
<h3>Schreibe die richtige Zahl oder das richtige Rechenzeichen in die Lücke</h3>
|
||||
<div id="question"></div>
|
||||
<button id="submit-btn">Bestätigen</button>
|
||||
<p id="error-msg">Da gab es einen Fehler</p>
|
||||
</div>
|
||||
<div class="controls-container">
|
||||
<p id="result"></p>
|
||||
<button id="start-btn">Spiel starten</button>
|
||||
|
||||
</div>
|
||||
<script src="/script.js"></script>
|
||||
</div>
|
||||
</main>
|
||||
<?php require ('partials/footer.php') ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue