forked from riliomorsh/code-compare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 839 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
<!DOCTYPE html>
<html>
<head>
<title>www.group1.com</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initaial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<nav>
<div class="logo">
<p>Group 1</p>
</div>
<ul>
<li><a href="" class="active">home</a></li>
<li><a href="group1/marcy/marcy.html">Marcy</a></li>
<li><a href="group1/dagmawi/dagmawi.html">Dagmawi</a></li>
<li><a href="group1/surafel/surafel.html">Surafel</a></li>
<li><a href="group1/joette/joette.html">Joette</a></li>
<li><a href="group1/antonio/antonio.html">Antonio</a></li>
<
</ul>
</nav>
<div class="image">
<img src="images/coding.png" />
</div>
</body>
</html>