[go: nahoru, domu]

Skip to content

Commit

Permalink
Move scripts in vnc.html head
Browse files Browse the repository at this point in the history
This commit moves the vnc.html scripts into head.
  • Loading branch information
DirectXMan12 committed Mar 21, 2017
1 parent 399fa2e commit c53af3f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions vnc.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -320,11 +324,5 @@ <h1 class="noVNC_logo" translate="no"><span>no</span><br />VNC</h1>
<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>

0 comments on commit c53af3f

Please sign in to comment.