This repository has been archived on 2023-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
web/app/view/pages/simulator.php

8 lines
212 B
PHP

<h1>Simulator</h1>
<p>Skriv inn et kortnummer:</p>
<form method="post" autocomplete="off">
<input type="text" name="cardnumber" maxlength="32">
<br>
<br>
<input type="submit" value="Send">
</form>