-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.php
More file actions
53 lines (40 loc) · 1.54 KB
/
home.php
File metadata and controls
53 lines (40 loc) · 1.54 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!--li pe hover
inline kar article-->
<!DOCTYPE html>
<html>
<head>
<title>Band</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--Custom CSS-->
<link href="css/band.css" type="text/css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
</head>
<body>
<header>
<nav>
<div class="clearfix">
<ul id="head-li">
<li id="home"><a href="home.php">Home</a></li>
<li><a href="about.php">About</a></li>
<li id="band-name">The Rock Band</li>
<li><a href="show.php">Show</a></li>
<li><a href="register.php">Register</a></li>
</ul>
</div>
</nav>
</header>
<!--Div 1: Image -->
<div class="fonts" id="image">
<img src="Images/losangles.jpg" width="1349" height="726" alt="chicago">
<h3 id="h3-move">Mumbai</h3>
<p id="p-move">Thankyou, Mumbai-A night we wont forget!</p>
</div>
<!--Copyright info-->
<div class="random-data">
<p>Powered by <a href="">KJSCE</a></p>
</div>
</body>
</html>