50 lines
1.6 KiB
Plaintext
50 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">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é Brest, 29200 France <br>
|
|
<strong>Téléphone:</strong> +33611223344<br>
|
|
<strong>Email:</strong> test.test@isen.fr<br>
|
|
</font>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |