mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
15 lines
345 B
HTML
15 lines
345 B
HTML
<html>
|
|
<head>
|
|
<title>ToDo</title>
|
|
</head>
|
|
<body>
|
|
<h1>
|
|
Todo List
|
|
</h1>
|
|
<form name="sign" action="http://localhost:8888/gun">
|
|
<input name="email" placeholder="email">
|
|
<input name="password" type="password" placeholder="password">
|
|
<input type="submit" name="it" value="sign in or up">
|
|
</form>
|
|
</body>
|
|
</html> |