12 lines
281 B
HTML
12 lines
281 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Quay Sign In</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form method="post">
|
||
|
Username: <input type="text" name="username"><br>
|
||
|
Password: <input type="password" name="password"><br>
|
||
|
<input type="submit" value="Sign In">
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|