update head
parent
88edf81a09
commit
0b8e00aaa3
|
@ -2,13 +2,15 @@
|
|||
<html lang="de">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="author" content="Obai Albek">
|
||||
<link rel="stylesheet" href="../css/registerStyle.css">
|
||||
|
||||
<title>Register</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div>
|
||||
<form class="form-container">
|
||||
<h1>Register</h1>
|
||||
|
@ -38,7 +40,8 @@
|
|||
<input type="date" id="birthdate" name="birthdate" />
|
||||
</label>
|
||||
|
||||
<label for="username">Benutzername:<span class="required">*</span><br><span id="userNameMessage"></span></label>
|
||||
<label for="username">Benutzername:<span class="required">*</span><br><span
|
||||
id="userNameMessage"></span></label>
|
||||
<div class="username-group">
|
||||
<input type="text" id="username" name="username" required />
|
||||
<span id="domain">@smail.de</span>
|
||||
|
|
Loading…
Reference in New Issue