-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask_timer.html
More file actions
39 lines (38 loc) · 1.03 KB
/
Copy pathtask_timer.html
File metadata and controls
39 lines (38 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<title>Task_timer</title>
<style>
body {
background-color: #6CADFF;
}
</style>
</head>
<body>
<div id = "page">
<div id = "header">
<tbody>
<tr>
<td align="left" valign="top" width="100%">
<img src="https://dl.dropboxusercontent.com/u/27303632/oursky-frontend-test/assets/Group%202.png" width = 56px height = 56px>
</td>
</tr>
</tbody>
<h1> TASK TIMER </h1>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<form id="TaskForm">
<input id="Form_TaskName" title="Enter your task's name here" type="text" placeholder="Enter task name" />
<input id="StartTimer" type="hidden" />
<button id="AddTaskButton" title="Add task" type="submit"></button>
</form>
<table align="center" width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
</div>
</body>
</html>