-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·24 lines (24 loc) · 849 Bytes
/
index.html
File metadata and controls
executable file
·24 lines (24 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>health map</title>
<link rel="stylesheet" type="text/css" href="bootstrap-3.3.7-dist/css/bootstrap.css">
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="home.html" target="fr">HEALTH MAP</a>
</div>
<ul class="nav navbar-nav">
<li><a href="index.php" target="fr">Report Alert</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="register.php" target="fr" ><span class="glyphicon glyphicon-user"></span> Sign Up</a></li>
<li><a href="login.php" target="fr"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
</ul>
</div>
</nav>
<iframe src="home.html" height="600px" width="100%" style="border:none;" name="fr"></iframe>
</body>
</html>