aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-04-14 10:52:27 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-04-14 10:52:27 -0400
commitd0379269b3261f846c42e30f306419044b6025a7 (patch)
treec9a9bca5609d3977f2819b8a7012bd37c1afa435 /build
parent9e3bfb7308247af8766bff73d02d566a746735b9 (diff)
fixed some scrolling artifacts
Diffstat (limited to 'build')
-rw-r--r--build/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/index.html b/build/index.html
index fda212af4..a738d1092 100644
--- a/build/index.html
+++ b/build/index.html
@@ -1,12 +1,12 @@
<html>
<head>
- <title>Dash Web</title>
+ <title>Dash Web Build</title>
</head>
<body>
- <div id="root"></div>
- <script src="./bundle.js"></script>
+ <div id="root"></div>
+ <script src="./bundle.js"></script>
</body>
</html> \ No newline at end of file