Lars algemeen #39
@@ -10,7 +10,7 @@
|
||||
<img style="width:50%;margin-left:25%" src="img/top-logo.png" alt="MyHyvesbook+">
|
||||
</div>
|
||||
|
||||
<form action="../profile.php/" method="post">
|
||||
<form action="/profile.php" method="post">
|
||||
<h1>Welkom </h1>
|
||||
<div class="containercenter">
|
||||
<label><b>Gebruikersnaam</b></label>
|
||||
@@ -40,7 +40,7 @@
|
||||
class="close" title="Close Modal">×</span>
|
||||
|
||||
<!-- Register Content -->
|
||||
<form class="modal-content animate" action="../profile.php/" onsubmit="return passwordfunction()" method="post">
|
||||
<form class="modal-content animate" action="/profile.php" onsubmit="return passwordfunction()" method="post">
|
||||
<h2>Registreer je account</h2>
|
||||
|
||||
<div class="container">
|
||||
|
||||
@@ -10,10 +10,14 @@
|
||||
}
|
||||
|
||||
.settings label {
|
||||
width: 200px;
|
||||
width: 125px;
|
||||
display: inline-block;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.settings input[type="password"], .settings input[type="text"] {
|
||||
.settings input[type="password"],
|
||||
.settings input[type="text"],
|
||||
.settings input[type="date"] {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
|
||||
@@ -17,6 +17,17 @@
|
||||
name="place"
|
||||
placeholder="Woonplaats"
|
||||
><br />
|
||||
<label>Geboortedatum</label>
|
||||
<input type="date"
|
||||
name="bday"
|
||||
placeholder="01/01/1900"
|
||||
><br />
|
||||
<label>Locatie</label>
|
||||
<input type="text"
|
||||
name="location"
|
||||
placeholder="Locatie"
|
||||
><br />
|
||||
<label></label>
|
||||
<input type="submit"
|
||||
>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user