-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewtab.html
38 lines (38 loc) · 1.11 KB
/
newtab.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
<html>
<head>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="newtab.js"></script>
<link rel="stylesheet" href="newtab.css">
</head>
<body>
<div id="apps">
<div class="row">
<div class="column1">
<div id="quote">
</div>
</div>
<div class="column2">
<img src="time.png">
</div>
<div class="column3">
<div id="dateTime">
<h3 id="date">
</h3>
<h2 id="time">
</h2>
</div>
</div>
</div>
</div>
<div id="todo">
<p id="tiktok">Nurdtechie98 <img class="rotate" src="./plus.png">
<div id="input">
<input id="new-todo" placeholder="shit to be done . .">
<input type="button" class="button" id="save" value="ADD">
<input type="button" class="button" id="clearall" value="CLEAR ALL">
</div>
<ul id="task-list">
</ul>
</div>
</body>
</html>