Started working on the client-side code.
This commit is contained in:
24
www/index.yaws
Normal file
24
www/index.yaws
Normal 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>
|
Reference in New Issue
Block a user