summaryrefslogtreecommitdiffhomepage
path: root/app/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/index.html')
-rw-r--r--app/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/index.html b/app/index.html
index e0ac17cd31..d653380431 100644
--- a/app/index.html
+++ b/app/index.html
@@ -5,8 +5,8 @@
<link rel="stylesheet" href="./assets/css/style.css" />
</head>
<body>
- <div id="app"></div>
- <script src="./app.js" data-container="#app"></script>
+ <div id="app" class="app-container"></div>
+ <script src="./index.js" data-container="#app"></script>
<script>
if (process.env.BROWSER_SYNC_CLIENT_URL) {
const current = document.currentScript;