Commit 96134efe authored by Pithon Kabiro's avatar Pithon Kabiro
Browse files

Move the index.html file

parent 51d91889
......@@ -10,7 +10,7 @@
<meta name="description" content="" />
<meta name="author" content="" />
<title>Dashboard - iCity Bosch</title>
<link href="css/thirdparty/styles.css" rel="stylesheet" />
<link href="./css/thirdparty/styles.css" rel="stylesheet" />
<link
href="https://cdn.datatables.net/1.10.20/css/dataTables.bootstrap4.min.css"
rel="stylesheet"
......@@ -19,7 +19,7 @@
<!--
CUSTOM CSS -->
<link href="css/stylesCustom.css" rel="stylesheet" />
<link href="./css/stylesCustom.css" rel="stylesheet" />
<!-- Font Awesome icons -->
<script
......@@ -60,15 +60,15 @@
src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"
crossorigin="anonymous"
></script>
<script src="js/thirdparty/scripts.js"></script>
<script src="./js/thirdparty/scripts.js"></script>
<!-- vanillaSelectBox -->
<link href="css/thirdparty/vanillaSelectBox.css" rel="stylesheet" />
<link href="./css/thirdparty/vanillaSelectBox.css" rel="stylesheet" />
<!--
Custom JS -->
<script defer type="module" src="js/appCesium.js"></script>
<script defer type="module" src="js/appChart.js"></script>
<script defer type="module" src="./js/appCesium.js"></script>
<script defer type="module" src="./js/appChart.js"></script>
</head>
<body class="sb-nav-fixed">
<nav class="sb-topnav navbar navbar-expand navbar-dark bg-dark">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment