]> git.proxmox.com Git - mirror_novnc.git/blobdiff - vnc.html
feat: add French localization strings
[mirror_novnc.git] / vnc.html
index 32f356f3bf085bdf9d784ff1c07077e35a8e227b..7870b7c30a91387a03af786c05d122bdc2ce3b49 100644 (file)
--- a/vnc.html
+++ b/vnc.html
     <title>noVNC</title>
 
     <meta charset="utf-8">
-    
-    <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
-                Remove this if you use the .htaccess -->
-    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 
     <!-- Icons (see app/images/icons/Makefile for what the sizes are for) -->
     <link rel="icon" sizes="16x16" type="image/png" href="app/images/icons/novnc-16x16.png">
     <!-- Stylesheets -->
     <link rel="stylesheet" href="app/styles/base.css">
 
-    <!-- this is included as a normal file in order to catch script-loading errors as well -->
     <script src="app/error-handler.js"></script>
-
-    <!-- begin scripts -->
-    <!-- promise polyfills promises for IE11 -->
-    <script src="vendor/promise.js"></script>
-    <!-- ES2015/ES6 modules polyfill -->
-    <script nomodule src="vendor/browser-es-module-loader/dist/browser-es-module-loader.js"></script>
-    <!-- actual script modules -->
     <script type="module" crossorigin="anonymous" src="app/ui.js"></script>
-    <!-- end scripts -->
 </head>
 
 <body>