Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
noVNC
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
noVNC
Commits
c2b1409a
Commit
c2b1409a
authored
Apr 04, 2013
by
Joel Martin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #239 from astrand/html-cleanup
Tweak order/whitespace/style to match vnc.html more closely.
parents
3b2acc22
e84101b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
11 deletions
+19
-11
vnc_auto.html
vnc_auto.html
+19
-11
No files found.
vnc_auto.html
View file @
c2b1409a
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<!--
<!--
noVNC example: simple example using default UI
noVNC example: simple example using default UI
Copyright (C) 2012 Joel Martin
Copyright (C) 2012 Joel Martin
...
@@ -9,19 +11,25 @@
...
@@ -9,19 +11,25 @@
Connect parameters are provided in query string:
Connect parameters are provided in query string:
http://example.com/?host=HOST&port=PORT&encrypt=1&true_color=1
http://example.com/?host=HOST&port=PORT&encrypt=1&true_color=1
-->
-->
<head>
<title>
noVNC
</title>
<title>
noVNC
</title>
<meta
http-equiv=
"X-UA-Compatible"
content=
"chrome=1"
>
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
<link
rel=
"stylesheet"
href=
"include/base.css"
title=
"plain"
>
Remove this if you use the .htaccess -->
<!--
<meta
http-equiv=
"X-UA-Compatible"
content=
"chrome=1"
>
<script type='text/javascript'
src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
-->
<!-- 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>
<script
src=
"include/util.js"
></script>
</head>
</head>
<body
style=
"margin: 0px;"
>
<body
style=
"margin: 0px;"
>
<div
id=
"noVNC_screen"
>
<div
id=
"noVNC_screen"
>
<div
id=
"noVNC_status_bar"
class=
"noVNC_status_bar"
style=
"margin-top: 0px;"
>
<div
id=
"noVNC_status_bar"
class=
"noVNC_status_bar"
style=
"margin-top: 0px;"
>
<table
border=
0
width=
"100%"
><tr>
<table
border=
0
width=
"100%"
><tr>
<td><div
id=
"noVNC_status"
>
Loading
</div></td>
<td><div
id=
"noVNC_status"
>
Loading
</div></td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment