mirror of
https://github.com/Stone-Red-Code/Stone-Red-Code.github.io.git
synced 2026-09-04 09:06:28 +02:00
Made it better
This commit is contained in:
+2
-14
@@ -21,13 +21,6 @@
|
||||
<div id="nav-placeholder">
|
||||
|
||||
</div>
|
||||
|
||||
<script src="//code.jquery.com/jquery.min.js"></script>
|
||||
<script>
|
||||
$.get("nav.html", function (data) {
|
||||
$("#nav-placeholder").replaceWith(data);
|
||||
});
|
||||
</script>
|
||||
<!--end Navigation bar-->
|
||||
|
||||
<!--Main-->
|
||||
@@ -60,13 +53,6 @@
|
||||
<div id="footer-placeholder">
|
||||
|
||||
</div>
|
||||
|
||||
<script src="//code.jquery.com/jquery.min.js"></script>
|
||||
<script>
|
||||
$.get("footer.html", function (data) {
|
||||
$("#footer-placeholder").replaceWith(data);
|
||||
});
|
||||
</script>
|
||||
<!--end Footer-->
|
||||
</div>
|
||||
|
||||
@@ -77,6 +63,8 @@
|
||||
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
|
||||
crossorigin="anonymous"></script>
|
||||
<script src="Scripts/quotes.js"></script>
|
||||
<script src="//code.jquery.com/jquery.min.js"></script>
|
||||
<script src="Scripts/loadNavBarAndFooter.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user