-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.php
More file actions
23 lines (20 loc) · 955 Bytes
/
menu.php
File metadata and controls
23 lines (20 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<style>
*{
font-family: cursive;
}
</style>
</head>
<body>
<nav class="navbar navbar-default" style="margin:0px;padding:0px; background-color:#333333">
<div class="container" style=" background:#333333">
<div class="navbar-header" style="background:#333333">
<!--logo link-->
<a style="font-size:25px" class="navbar-brand" href="#" ><img style="width:40px;height:40px;float:left;margin:6px;margin-top:-8px;border-radius:50%;background-color:transparent" src="logo.png"><span style="color:white">ARSHAL</span></a>
<a style="font-size:20px;color:white !important;margin-left:1200px;margin-right:10px;text-decoration:none" href="business.html">Home</a>
<a style="margin-right:20px;font-size:20px;color:white !important;text-decoration:none" href="log_out.php">Log Out </a>
</div>
</nav>
</body>
</html>