Skip to content
Snippets Groups Projects
Commit bb6f9f7c authored by arezou's avatar arezou
Browse files

deleted folder test

parent 6a22c2c1
No related merge requests found
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<style>
input[type=text] {
width: 50%;
box-sizing: border-box;
}
</style>
<body>
<body>
<h2>registration</h2>
<form>
<label for="username">username:</label><br>
<input type="text" id="username" name="username" value=""><br>
<label for="E-mail address">E-mail address:</label><br>
<input type="text" id="E-mail address" name="E-mail address" value=""><br>
<label for="vorname">vorname:</label><br>
<input type="text" id="vorname" name="vorname" value=""><br>
<label for="nachneme">nachname</label><br>
<input type="text" id="nachname" name="nachname" value=""><br><br>
<label for="language">Choose a language:</label>
<select name="language" id=" language">
<option value="English">English</option>
<option value="Deutsch">Deutsch</option>
</select><br><br>
<label for="passwort">passwort:</label><br>
<input type="text" id="passwort" name="passwort" value=""><br>
<label for="passwort confirmation">passwort confirmation</label><br>
<input type="text" name="passwrt comfirmation" id=" passwort comfirmation" value=""><br><br>
</title>
</body>
</html>
<input type="submit" value="submit">
<input type="submit" value="cancel">
</form>
</body>
</html>
\ No newline at end of file
test @ 637313c4
Subproject commit 637313c43d19631d4a2597bfabd9dc235bf9e128
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment