aboutsummaryrefslogtreecommitdiff
path: root/public/register.php
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-05-08 18:35:39 +0200
committerlonkaars <loek@pipeframe.xyz>2023-05-08 18:35:39 +0200
commit770658c8434d7b7c0e716b7e375c733e79dc4a88 (patch)
tree5c1b48cfd9fd5748f0cb7d95051b396e15867fb5 /public/register.php
parentf3b582307cc3caf5ee0c7514d461e47fb5893bc7 (diff)
more website
Diffstat (limited to 'public/register.php')
-rw-r--r--public/register.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/register.php b/public/register.php
index 9f04b1c..f0f6596 100644
--- a/public/register.php
+++ b/public/register.php
@@ -25,10 +25,10 @@ do {
<div class="modal">
<form action="/register.php" method="post">
<label for="username">Gebruikersnaam</label>
- <input id="username" name="username" type="text" placeholder="gebruikersnaam">
+ <input id="username" name="username" type="text" placeholder="gebruikersnaam" class="buttonstyle">
<label for="password">Wachtwoord</label>
- <input id="password" name="password" type="password" placeholder="wachtwoord">
- <input type="submit" value="Registreren">
+ <input id="password" name="password" type="password" placeholder="wachtwoord" class="buttonstyle">
+ <input type="submit" value="Registreren" class="button filled">
</form>
<span class="register">Of <a href="/login.php">inloggen</a></span>
</div>