Move scripts in vnc.html head
This commit moves the vnc.html scripts into head.
This commit is contained in:
parent
399fa2ee2d
commit
c53af3f5f6
10
vnc.html
10
vnc.html
|
@ -59,6 +59,10 @@
|
||||||
src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
|
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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -320,11 +324,5 @@
|
||||||
<source src="app/sounds/bell.oga" type="audio/ogg">
|
<source src="app/sounds/bell.oga" type="audio/ogg">
|
||||||
<source src="app/sounds/bell.mp3" type="audio/mpeg">
|
<source src="app/sounds/bell.mp3" type="audio/mpeg">
|
||||||
</audio>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue