Changed filenames back

This commit is contained in:
CommanderRedYT
2020-11-30 17:52:25 +01:00
parent f7f8d402c1
commit 1fa0ed1a9c
2 changed files with 16 additions and 18 deletions

View File

@@ -1,28 +1,26 @@
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
crossorigin="anonymous"
></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<!-- Option 2: jQuery, Popper.js, and Bootstrap JS
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
-->
<script src="https://pfostendynamics.com/js/main.js"></script>
<script src="./js/main.js"></script>
<script src="./js/local.js"></script>
<script>
$(function () {
$(function() {
$('[data-toggle="tooltip"]').tooltip();
});
</script>
</body>
</html>
<script>
document.addEventListener("DOMContentLoaded", load());
</script>
</body>
</html>

View File

@@ -7,8 +7,8 @@
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link rel="stylesheet" href="https://pfostendynamics.com/css/darkmode.css" />
<link rel="stylesheet" href="https://pfostendynamics.com/css/style.css" />
<link rel="stylesheet" href="./css/darkmode.css" />
<link rel="stylesheet" href="./css/style.css" />
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
@@ -18,8 +18,8 @@
/>
<title><?php echo htmlentities(PAGE_TITLE); ?> | Pfosten Dynamics</title>
<link rel="icon" href="https://pfostendynamics.com/img/favicon.png" />
<link rel="icon" href="./img/favicon.png" />
</head>
<body onload="load()" class="couldDark">
<body class="couldDark">
<?php require('navbar.php') ?>