-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (24 loc) · 796 Bytes
/
Copy pathindex.html
File metadata and controls
37 lines (24 loc) · 796 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RedTasks</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="" />
<link href="css/styles.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<header id="header">
<a href="#clear" id="clear">Clear</a>
<a href="#add" id="add">Add</a>
<h1 id="logo">redtasks</h1>
<p id="dueDate">Due By:</p>
</header><!-- /#header -->
<section id="tasks">
</section><!-- /#tasks -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script>!window.jQuery && document.write('<script src="js/jquery-1.4.2.min.js"><\/script>')</script>
<script src="js/scripts.js"></script>
</body>
</html>