-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (33 loc) · 941 Bytes
/
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
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="typing-container">
<p class="typing-text">'PROCASTINATION WILL DESTRUCT YOUR AIMS' </p>
</div>
<div id="display">
</div>
<div id = 'inpcon'>
</div>
<div id="container">
<div id="con">
<h2> TO DO LIST</h2>
<img src="png-transparent-bus-public-transport-timetable-computer-icons-school-timetable-class-driving-learning-center-text-class-rectangle-thumbnail-removebg-preview.png">
</div>
<div id="search">
<input id="input" type="input" placeholder="enter details">
<button id="buttonone"> ADD</button>
</div>
<div id="lists">
<ul id="listss">
</ul>
</div>
</div>
<script src="script.js"></script>
</body>
</html>