2024-05-11 14:10:49 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2024-06-29 14:14:51 -04:00
|
|
|
<title>Kawari -Register</title>
|
2024-05-11 14:10:49 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2025-03-16 20:55:51 -04:00
|
|
|
<form action='http://ffxiv-login.square.local/register' method='post'>
|
2024-05-11 14:10:49 -04:00
|
|
|
<label for="username">Username:</label><br>
|
|
|
|
<input type='text' id='username' name='username'/><br>
|
|
|
|
<label for="password">Password:</label><br>
|
|
|
|
<input type='text' id='password' name='password'/><br>
|
|
|
|
<button type='submit'>Register</button>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
</body>
|
2025-03-16 20:55:51 -04:00
|
|
|
</html>
|