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