Move scripts in vnc.html head

This commit moves the vnc.html scripts into head.
This commit is contained in:
Solly Ross 2017-02-14 18:11:55 -05:00
parent 399fa2ee2d
commit c53af3f5f6
1 changed files with 4 additions and 6 deletions

View File

@ -59,6 +59,10 @@
src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
-->
<!-- begin scripts -->
<script src="vendor/browser-es-module-loader/dist/browser-es-module-loader.js"></script>
<script type="module" src="app/ui.js"></script>
<!-- end scripts -->
</head>
<body>
@ -320,11 +324,5 @@
<source src="app/sounds/bell.oga" type="audio/ogg">
<source src="app/sounds/bell.mp3" type="audio/mpeg">
</audio>
<!-- begin scripts -->
<script src="vendor/browser-es-module-loader/dist/browser-es-module-loader.js"></script>
<script type="module" src="app/ui.js"></script>
<!-- end scripts -->
</body>
</html>