Skip to content

Commit 996b636

Browse files
authored
Merge pull request #2 from Semiteagain/feat/dashboard-header
created index file
2 parents 0beb396 + a37901a commit 996b636

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

index.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Codeclan Nigeria</title>
8+
</head>
9+
10+
<body>
11+
<header>
12+
<div class="left">
13+
<p>s</p>
14+
<h1>Sinau</h1>
15+
</div>
16+
17+
<div class="right">
18+
19+
<input type="text" name="task" id="task" class="im" placeholder="Find classes, task and anything...">
20+
<input type="text" name="Upload" id="upload" placeholder="Upload Task">
21+
<hr>
22+
<img src="images/search.png" alt="">
23+
<img src="" alt="">
24+
<hr>
25+
<p>08:10 AM </p>
26+
</div>
27+
</header>
28+
29+
30+
</body>
31+
32+
</html>

0 commit comments

Comments
 (0)