all modification
This commit is contained in:
50
out/artifacts/eshop_war_exploded/footer.jsp
Normal file
50
out/artifacts/eshop_war_exploded/footer.jsp
Normal file
@@ -0,0 +1,50 @@
|
||||
<%@ 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">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</font>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6 footer-link">
|
||||
<h3>
|
||||
<font color="white">Lien utiles</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">Accueil</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">Nous contacter</font>
|
||||
</h3>
|
||||
<hr style="height: 3px; border: none; border-top: 3px ridge green;" />
|
||||
<p>
|
||||
<font color="white"> 10 rue Cuirass<73> Brest, 292<39>00 France <br>
|
||||
<strong>T<>l<EFBFBD>phone:</strong> +33611223344<br>
|
||||
<strong>Email:</strong> test.test@isen.fr<br>
|
||||
</font>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user