init
This commit is contained in:
51
web/footer.jsp
Normal file
51
web/footer.jsp
Normal file
@@ -0,0 +1,51 @@
|
||||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
||||
pageEncoding="ISO-8859-1"%>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="footer-top" style="background: #272727">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-md-6 footer-contact">
|
||||
<h3>
|
||||
<font color="white">GodSpeed</font>
|
||||
</h3>
|
||||
<hr style="height: 3px; border: none; border-top: 3px ridge green;" />
|
||||
<p>
|
||||
<font color="white">We provide the best online film booking
|
||||
services for the United States users.</font>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6 footer-link">
|
||||
<h3>
|
||||
<font color="white">Useful Links</font>
|
||||
</h3>
|
||||
<hr style="height: 3px; border: none; border-top: 3px ridge green;" />
|
||||
<ul style="list-style: none">
|
||||
<li><a href="index.jsp"><font color="white">Home</font></a></li>
|
||||
<li><a href="films?type=0"><font color="white">Services</font></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6 footer-contact">
|
||||
<h3>
|
||||
<font color="white">Contact Us</font>
|
||||
</h3>
|
||||
<hr style="height: 3px; border: none; border-top: 3px ridge green;" />
|
||||
<p>
|
||||
<font color="white"> 46 Creighton st Boston, 02130 United States <br>
|
||||
<strong>Phone:</strong> +1 617-850-5715<br>
|
||||
<strong>Email:</strong> gao.di1@husky.neu.edu<br>
|
||||
</font>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user