Compare commits
2 Commits
c6c88456cf
...
3ff406d053
Author | SHA1 | Date |
---|---|---|
tracer | 3ff406d053 | |
tracer | 6abe519a44 |
|
@ -1,3 +1,7 @@
|
|||
<script src="/assets/js/functions.js"></script>
|
||||
<?php if ($message): ?>
|
||||
<script>setError('<?= $message ?>')</script>
|
||||
<?php endif; ?>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -5,12 +5,6 @@
|
|||
<?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