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> <body>
<div id="app"></div> <div id="app"></div>
<script src="/app.js"></script> <script src="app.js"></script>
</body> </body>
</html> </html>