gun/examples/todo/index.html
Mark Nadal e9b1790774 ?
2014-12-18 03:48:01 -07:00

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>