eshop/web/footer.jsp
Prémel-Cabic Arnaud 2a74215dd9 init
2019-03-04 19:36:20 +01:00

51 lines
1.6 KiB
Plaintext

<%@ 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 &nbsp; Boston, 02130 &nbsp; 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>