Compare commits
No commits in common. "3ff406d053992c5944952c15ec448a624330dee9" and "c6c88456cfa94fe68bd719103e41d660e0899406" have entirely different histories.
3ff406d053
...
c6c88456cf
|
@ -1,7 +1,3 @@
|
|||
<script src="/assets/js/functions.js"></script>
|
||||
<?php if ($message): ?>
|
||||
<script>setError('<?= $message ?>')</script>
|
||||
<?php endif; ?>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -5,6 +5,12 @@
|
|||
<?php else: ?>
|
||||
<br>
|
||||
|
||||
<?php if ($message): ?>
|
||||
<div class="info">
|
||||
<?= $message ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<form method="POST">
|
||||
<label for="nick">Username</label>
|
||||
<input type="text" name="nick" id="nick">
|
||||
|
|
Loading…
Reference in New Issue