15 lines
372 B
PHP
15 lines
372 B
PHP
|
|
<?php use App\Infrastructure\View as V; ?>
|
||
|
|
|
||
|
|
<footer id="footer">
|
||
|
|
<div class="src">
|
||
|
|
<a href="google.com">Une source</a>
|
||
|
|
</div>
|
||
|
|
<div class="Contact">
|
||
|
|
Front end : Bousquet Sébastien
|
||
|
|
--- Back end : Thorel Benjamin
|
||
|
|
--- Base de donné : Glaudis Jordan
|
||
|
|
</div>
|
||
|
|
</footer>
|
||
|
|
</body>
|
||
|
|
</html>
|