Skip to content
Snippets Groups Projects
Commit 75db13d6 authored by v4nkor's avatar v4nkor
Browse files

Updated npm + small html fix

parent 527a1c18
Branches
No related tags found
No related merge requests found
...@@ -24,6 +24,4 @@ if(!empty($_GET['page'])){ ...@@ -24,6 +24,4 @@ if(!empty($_GET['page'])){
} }
require_once('pages/footer.php'); require_once('pages/footer.php');
?> ?>
\ No newline at end of file
...@@ -90,9 +90,3 @@ ...@@ -90,9 +90,3 @@
<?php } ?> <?php } ?>
</div> </div>
</div> </div>
Cela etais un test pour le scroll
Bas de la page
<?php //include "footer.php"; ?>
</body>
</html>
\ No newline at end of file
...@@ -4,5 +4,7 @@ ...@@ -4,5 +4,7 @@
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"></script> crossorigin="anonymous"></script>
<footer id="footer"> <footer id="footer">
© Cristo 2023 © Cristo 2023 - Enolha DAIJARDIN - Mathieu MORGAT - Sofiane LASRI
</footer> </footer>
</body>
</html>
\ No newline at end of file
...@@ -11212,4 +11212,8 @@ a { ...@@ -11212,4 +11212,8 @@ a {
overflow-wrap: anywhere; overflow-wrap: anywhere;
} }
footer {
text-align: center;
}
/*# sourceMappingURL=styles.css.map */ /*# sourceMappingURL=styles.css.map */
\ No newline at end of file
This diff is collapsed.
...@@ -73,3 +73,7 @@ a { ...@@ -73,3 +73,7 @@ a {
padding-left: 1rem; padding-left: 1rem;
overflow-wrap: anywhere; overflow-wrap: anywhere;
} }
footer{
text-align: center;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment