]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Tweak order/whitespace/style to match vnc.html more closely. No
authorPeter Åstrand (astrand) <astrand@cendio.se>
Wed, 3 Apr 2013 13:54:49 +0000 (15:54 +0200)
committerPeter Åstrand (astrand) <astrand@cendio.se>
Wed, 3 Apr 2013 14:22:21 +0000 (16:22 +0200)
functional changes.

vnc_auto.html

index a6273256e8436943e7c3938f4c81ea80e5258987..44c8fa8b8684cdb10ab48d6e58bf68f9fa950de9 100644 (file)
@@ -1,5 +1,7 @@
 <!DOCTYPE html>
 <html>
+<head>
+
     <!-- 
     noVNC example: simple example using default UI
     Copyright (C) 2012 Joel Martin
     Connect parameters are provided in query string:
         http://example.com/?host=HOST&port=PORT&encrypt=1&true_color=1
     -->
-    <head>
-        <title>noVNC</title>
-        <meta http-equiv="X-UA-Compatible" content="chrome=1">
-        <link rel="stylesheet" href="include/base.css" title="plain">
-        <!--
-        <script type='text/javascript' 
-            src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
-        -->
+    <title>noVNC</title>
+
+    <!-- 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="chrome=1">
+
+
+    <!-- Stylesheets -->
+    <link rel="stylesheet" href="include/base.css" title="plain">
+
+     <!--
+    <script type='text/javascript'
+        src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
+    -->
         <script src="include/util.js"></script>
-    </head>
+</head>
 
-    <body style="margin: 0px;">
-        <div id="noVNC_screen">
+<body style="margin: 0px;">
+    <div id="noVNC_screen">
             <div id="noVNC_status_bar" class="noVNC_status_bar" style="margin-top: 0px;">
                 <table border=0 width="100%"><tr>
                     <td><div id="noVNC_status">Loading</div></td>