Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
iCity
EnergyDashboard
Commits
96134efe
Commit
96134efe
authored
Oct 28, 2021
by
Pithon Kabiro
Browse files
Move the index.html file
parent
51d91889
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
→
public/
index.html
View file @
96134efe
...
...
@@ -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"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment