-
Notifications
You must be signed in to change notification settings - Fork 0
/
task.html
47 lines (40 loc) · 1.46 KB
/
task.html
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
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Data -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:description" content="Recording tasks in an effective way"/>
<meta property="og:author" content="Nnachi, Joseph Otu"/>
<meta property="og:title" content="Tasker"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" href="style/styles.css">
<link rel="icon" href="favicon.ico">
<title>Tasker - Keep Daily Tasks on Check! </title>
</head>
<body class="logged-in env-production page-responsive" style="word-wrap: break-word;" data-new-gr-c-s-loaded="14.1062.0>
<div id ="content"></body></div>
<br>
<br>
<h2>Tasker</h2>
<!-- Main -->
<main>
<label for="favchap"> Enter Task - Time - Date </label>
<input type="text" id="favchap" placeholder="Tasks">
<button type="submit" id="addChapterButton">Add Task</button>
<ul id="list"></ul>
</main>
<br>
<!-- Footer -->
<footer>
<p>
©
<script>
document.write(new Date().getFullYear());
</script> Tasker
</p>
</footer>
<script src="scripts/script.js"></script>
</body>
</html>