We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cee14 commit 92d5200Copy full SHA for 92d5200
index.html
@@ -1,12 +1,12 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <link rel="stylesheet" href="style/style.css">
+ <link rel="stylesheet" href="/style/style.css">
5
<link rel="stylesheet" href="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap.css">
6
<script src="https://maps.googleapis.com/maps/api/js"></script>
7
</head>
8
<body>
9
<div class="container"></div>
10
</body>
11
- <script src="bundle.js"></script>
+ <script src="/bundle.js"></script>
12
</html>
0 commit comments