This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/templates/signin.html

12 lines
281 B
HTML
Raw Normal View History

2013-09-23 16:37:40 +00:00
<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>