Use relative path to app.js

This commit is contained in:
osmarks 2017-08-17 14:02:09 +01:00
parent bdaf5b159b
commit 372160b040
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
<body>
<div id="app"></div>
<script src="/app.js"></script>
<script src="app.js"></script>
</body>
</html>