forked from raichur/motivation
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
47 lines (38 loc) · 1.11 KB
/
index.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 charset="utf-8">
<meta name="theme-color" content="#1d1d1d">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Motivation</title>
<link href="css/style.css" rel="stylesheet">
</head>
<body class="content">
<div id="particles"></div>
<main>
<div class="wrapper">
<section>
<h1 class="heading">Time <b>is passing</b></h1>
</section>
<section>
<div id="currentTime"></div>
<p id="currentDate"></p>
<div id="age"></div>
<p>years old</p>
<div id="age"></div>
<input id="task"><button id="add">Add</button>
<div id="todos">
<div id="age"></div>
<p>years old</p>
</div>
</section>
</div>
</main>
<div ></div>
<script type="text/javascript" src="js/jquery-3.2.0.min.js"></script>
<script type="text/javascript" src="js/todo.js"></script>
<script type="text/javascript" src="js/vars.js"></script>
<script type="text/javascript" src="js/app.js"></script>
<script type="text/javascript" src="js/particles.js"></script>
</body>
</html>