Fix script reference

This commit is contained in:
boryslevytskyi
2017-05-13 19:30:10 +03:00
parent d4648cb853
commit 1d1d6ea3b7
2 changed files with 16 additions and 1 deletions

View File

@@ -10,6 +10,6 @@
</head>
<body>
<div id="root">Ooops... Something went wrong ¯\_(ツ)_/¯</div>
<script src="/bundle.js"></script>
<script src="bundle.js"></script>
</body>
</html>