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('contact.html'); ?>
|
||||||
|
<?php include('footer.html'); ?>
|
||||||
|
|
||||||
<!-- jQuery -->
|
<!-- jQuery -->
|
||||||
<script src="vendor/jquery/jquery.min.js"></script>
|
<script src="vendor/jquery/jquery.min.js"></script>
|
||||||
|
@ -165,6 +165,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<?php include('footer.html'); ?>
|
||||||
|
|
||||||
<!-- jQuery -->
|
<!-- jQuery -->
|
||||||
<script src="vendor/jquery/jquery.min.js"></script>
|
<script src="vendor/jquery/jquery.min.js"></script>
|
||||||
|
@ -102,6 +102,8 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<?php include('contact.html'); ?>
|
<?php include('contact.html'); ?>
|
||||||
|
|
||||||
|
<?php include('footer.html'); ?>
|
||||||
|
|
||||||
<!-- jQuery -->
|
<!-- jQuery -->
|
||||||
<script src="vendor/jquery/jquery.min.js"></script>
|
<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>
|
</section>
|
||||||
|
|
||||||
<?php include('contact.html'); ?>
|
<?php include('contact.html'); ?>
|
||||||
|
<?php include('footer.html'); ?>
|
||||||
|
|
||||||
<!-- jQuery -->
|
<!-- jQuery -->
|
||||||
<script src="vendor/jquery/jquery.min.js"></script>
|
<script src="vendor/jquery/jquery.min.js"></script>
|
||||||
|
@ -157,6 +157,8 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<?php include('contact.html'); ?>
|
<?php include('contact.html'); ?>
|
||||||
|
|
||||||
|
<?php include('footer.html'); ?>
|
||||||
|
|
||||||
<!-- jQuery -->
|
<!-- jQuery -->
|
||||||
<script src="vendor/jquery/jquery.min.js"></script>
|
<script src="vendor/jquery/jquery.min.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user