Ajout d'une note en pied de page indiquant l'auteur et le thème utilisé
This commit is contained in:
parent
b625f4ba48
commit
6bc382d7ca
@ -66,6 +66,7 @@
|
||||
|
||||
|
||||
<?php include('contact.html'); ?>
|
||||
<?php include('footer.html'); ?>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="vendor/jquery/jquery.min.js"></script>
|
||||
|
@ -165,6 +165,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php include('footer.html'); ?>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="vendor/jquery/jquery.min.js"></script>
|
||||
|
@ -102,6 +102,8 @@
|
||||
</section>
|
||||
|
||||
<?php include('contact.html'); ?>
|
||||
|
||||
<?php include('footer.html'); ?>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="vendor/jquery/jquery.min.js"></script>
|
||||
|
3
footer.html
Normal file
3
footer.html
Normal file
@ -0,0 +1,3 @@
|
||||
<footer>
|
||||
<small>Créé par Paul TREHIOU et inspiré du theme <a href="https://startbootstrap.com/template-overviews/creative/">Creative</a></small>
|
||||
</footer>
|
@ -85,6 +85,7 @@
|
||||
</section>
|
||||
|
||||
<?php include('contact.html'); ?>
|
||||
<?php include('footer.html'); ?>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="vendor/jquery/jquery.min.js"></script>
|
||||
|
@ -157,6 +157,8 @@
|
||||
</section>
|
||||
|
||||
<?php include('contact.html'); ?>
|
||||
|
||||
<?php include('footer.html'); ?>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="vendor/jquery/jquery.min.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user