Ajout d'une note en pied de page indiquant l'auteur et le thème utilisé

This commit is contained in:
Paul TREHIOU 2016-08-23 20:38:12 +02:00
parent b625f4ba48
commit 6bc382d7ca
7 changed files with 11 additions and 0 deletions

View File

@ -66,6 +66,7 @@
<?php include('contact.html'); ?>
<?php include('footer.html'); ?>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>

View File

@ -165,6 +165,7 @@
</div>
</section>
<?php include('footer.html'); ?>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>

View File

@ -103,6 +103,8 @@
<?php include('contact.html'); ?>
<?php include('footer.html'); ?>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>

3
footer.html Normal file
View 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>

View File

@ -85,6 +85,7 @@
</section>
<?php include('contact.html'); ?>
<?php include('footer.html'); ?>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>

View File

@ -158,6 +158,8 @@
<?php include('contact.html'); ?>
<?php include('footer.html'); ?>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>

View File

@ -118,6 +118,7 @@
</div>
</section>
<?php include('footer.html'); ?>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>