aboutsummaryrefslogtreecommitdiff
path: root/build/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'build/index.html')
-rw-r--r--build/index.html22
1 files changed, 13 insertions, 9 deletions
diff --git a/build/index.html b/build/index.html
index 01ffe3140..49872f02b 100644
--- a/build/index.html
+++ b/build/index.html
@@ -1,10 +1,14 @@
<html>
- <head>
- <title>Dash Web</title>
- <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet">
- </head>
- <body>
- <div id="root"></div>
- <script src="./bundle.js"></script>
- </body>
-</html>
+
+<head>
+ <title>Dash Web</title>
+ <link href="./node_modules/flexlayout-react/style/dark.css" rel="stylesheet" />
+ <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet">
+</head>
+
+<body>
+ <div id="root"></div>
+ <script src="./bundle.js"></script>
+</body>
+
+</html> \ No newline at end of file