Started working on the client-side code.

This commit is contained in:
Jonathan Bernard
2011-02-10 07:47:35 -06:00
parent 0642c18a6e
commit afca12ecc9
9 changed files with 8269 additions and 18 deletions

24
www/index.yaws Normal file
View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<title>TimeStamper - Simple time tracking</title>
</head>
<body>
<div id="header">
<div>
<h1>TimeStamper</h1>
<h4>Simple time tracking.</h4>
</div>
<div id="form-panel">
<form action="/ts/" method="post">
<label for="uname">username: </label>
<input name="uname" type="text"/>
<label for="pwd">password: </label>
<input name="pwd" type="password"/>
</form>
</div>
</body>
</html>