Skip to content

Commit 42efdf4

Browse files
committed
index.html: move link to head
1 parent cc56145 commit 42efdf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/tdb-dashboard/src/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
margin: 0 auto;
1414
}
1515
</style>
16+
<link type="text/css" href="/assets/App.css">
17+
<link href="https://bootswatch.com/5/darkly/bootstrap.css" type="text/css" crossorigin="anonymous">
18+
<link type="text/css" href="/assets/Colors.css">
1619
</head>
1720
<body>
1821
<div id="root" class="h-100">
@@ -34,7 +37,4 @@
3437
}
3538
</script>
3639
</body>
37-
<link type="text/css" href="/assets/App.css">
38-
<link href="https://bootswatch.com/5/darkly/bootstrap.css" type="text/css" crossorigin="anonymous">
39-
<link type="text/css" href="/assets/Colors.css">
4040
</html>

0 commit comments

Comments
 (0)