gun/examples/todo/index.html

15 lines
331 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>