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

Move the index.html file

parent 51d91889
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<meta name="description" content="" /> <meta name="description" content="" />
<meta name="author" content="" /> <meta name="author" content="" />
<title>Dashboard - iCity Bosch</title> <title>Dashboard - iCity Bosch</title>
<link href="css/thirdparty/styles.css" rel="stylesheet" /> <link href="./css/thirdparty/styles.css" rel="stylesheet" />
<link <link
href="https://cdn.datatables.net/1.10.20/css/dataTables.bootstrap4.min.css" href="https://cdn.datatables.net/1.10.20/css/dataTables.bootstrap4.min.css"
rel="stylesheet" rel="stylesheet"
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<!-- <!--
CUSTOM CSS --> CUSTOM CSS -->
<link href="css/stylesCustom.css" rel="stylesheet" /> <link href="./css/stylesCustom.css" rel="stylesheet" />
<!-- Font Awesome icons --> <!-- Font Awesome icons -->
<script <script
...@@ -60,15 +60,15 @@ ...@@ -60,15 +60,15 @@
src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"
crossorigin="anonymous" crossorigin="anonymous"
></script> ></script>
<script src="js/thirdparty/scripts.js"></script> <script src="./js/thirdparty/scripts.js"></script>
<!-- vanillaSelectBox --> <!-- vanillaSelectBox -->
<link href="css/thirdparty/vanillaSelectBox.css" rel="stylesheet" /> <link href="./css/thirdparty/vanillaSelectBox.css" rel="stylesheet" />
<!-- <!--
Custom JS --> Custom JS -->
<script defer type="module" src="js/appCesium.js"></script> <script defer type="module" src="./js/appCesium.js"></script>
<script defer type="module" src="js/appChart.js"></script> <script defer type="module" src="./js/appChart.js"></script>
</head> </head>
<body class="sb-nav-fixed"> <body class="sb-nav-fixed">
<nav class="sb-topnav navbar navbar-expand navbar-dark bg-dark"> <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