-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
25 lines (19 loc) · 722 Bytes
/
footer.php
File metadata and controls
25 lines (19 loc) · 722 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
25
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="headerstyle.css">
</head>
<body>
<footer>
<div class="navbar">
<div class="navbar-container">
<div class="logo-container"><h1 class="logo"> cinemareservationsystem@gmail.com</h1></div>
<div class="menu-container">
<ul class="menu-list"></ul>
<li class="menu-list-item"> <a href="movie.php">MOVIES</a> </li>
<li class="menu-list-item"> <a href="login.php">LOGIN</a></li>
<li class="menu-list-item"> <a href="aboutus.php">ABOUT-US</a></li>
</div>
</div>
</footer>
</body>
</html>