-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoody.html
More file actions
86 lines (63 loc) · 1.45 KB
/
Copy pathgoody.html
File metadata and controls
86 lines (63 loc) · 1.45 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>project goodness</title>
<link rel="stylesheet" href="goody.css">
</head>
<body>
<header>
<h1>TO<span>DO</span></h1>
<nav>
<h2>personal</h2>
<h2>proffessional</h2>
</nav>
</header>
<section class="search1">
<input type="text" id="inpp" placeholder="what do you need to do"
><button id="butt" >+</button>
</section>
<section class="adder" >
<ol>
<li>
<div class="per1">
<ol
id="tet"> person work </ol>
<button>×</button>
</div>
</li>
<!-- 1111111 -->
<li>
<div class="per1">
<ol> person work </ol>
<button>×</button>
</div>
</li>
<!-- 222222 -->
<li>
<div class="per1">
<ol> person work </ol>
<button>×</button>
</div>
</li>
<!-- 3333333 -->
<li>
<div class="per1">
<ol> person work </ol>
<button>×</button>
</div>
</li>
<!-- 4444444 -->
<li>
<div class="per1">
<ol> person work </ol>
<button>×</button>
</div>
</li>
</ol>
<a href=""> delect all</a>
</section>
<script src="good.js" ></script>
</body>
</html>