Skip to content

Commit 92d5200

Browse files
committed
absolute script and css paths
1 parent 81cee14 commit 92d5200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<link rel="stylesheet" href="style/style.css">
4+
<link rel="stylesheet" href="/style/style.css">
55
<link rel="stylesheet" href="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap.css">
66
<script src="https://maps.googleapis.com/maps/api/js"></script>
77
</head>
88
<body>
99
<div class="container"></div>
1010
</body>
11-
<script src="bundle.js"></script>
11+
<script src="/bundle.js"></script>
1212
</html>

0 commit comments

Comments
 (0)