-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 836 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>MenuBar</title>
<link rel="stylesheet" type="text/css" href="css/mstyle.css">
</head>
<body>
<div clss="column">
<div class="row">
<ul>
<li data-text="Analog Clock"><a href="css_list/Analog_clock/index.html">Clock</a></li>
<li data-text="Neon Styles"><a href="list.html">Neon & Shining Designs</a></li>
<li data-text="Service"><a href="#">Service</a></li>
<li data-text="Portfolio"><a href="MouseMoveBG/index.html">Mouse Move BG</a></li>
<li data-text="Team"><a href="#">Team</a></li>
<li data-text="Contact"><a href="#">Contact</a></li>
</ul>
</div>
</div>
</body>
</html>