absolute script and css paths

This commit is contained in:
stephen grider 2016-01-17 15:05:28 -08:00
parent 81cee1411b
commit 92d5200ef3
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel="stylesheet" href="style/style.css"> <link rel="stylesheet" href="/style/style.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap.css"> <link rel="stylesheet" href="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap.css">
<script src="https://maps.googleapis.com/maps/api/js"></script> <script src="https://maps.googleapis.com/maps/api/js"></script>
</head> </head>
<body> <body>
<div class="container"></div> <div class="container"></div>
</body> </body>
<script src="bundle.js"></script> <script src="/bundle.js"></script>
</html> </html>