Update register.html
This commit is contained in:
parent
90234ae311
commit
5113d4d110
|
@ -1,7 +1,8 @@
|
|||
<html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-au">
|
||||
<head>
|
||||
<title>Registration page</title>
|
||||
<meta charset+"UTF-16">
|
||||
<meta charset="UTF-8">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
@ -23,6 +24,7 @@
|
|||
|
||||
<label>Password:
|
||||
<input name="password" type="password">
|
||||
|
||||
</label>
|
||||
|
||||
<button>Register
|
||||
|
|
Loading…
Reference in New Issue