-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 918 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
<html>
<head>
<title>
Home
</title>
<link rel="stylesheet" href="/22bce0538Prathit/index.css" type="text/css">
</head>
<body>
<div class="menu">
<div class="menu1">
<div class="left">
<a href="#">Fluffy Friends</a>
</div>
<div class="right">
<a href="/22bce0538Prathit/index.html">Home</a>
<a href="/22bce0538Prathit/team_page.html">Team</a>
<a href="/22bce0538Prathit/aboutus.html">About Us</a>
<a href="/22bce0538Prathit/requirements.html">Requirments</a>
<a href="/22bce0538Prathit/module_page.html">Module</a>
<a href="/22bce0538Prathit/contact_us.html">Contact</a>
</div>
</div>
</div>
</body>
</html>