Commit a32b2aaf authored by Joel Martin's avatar Joel Martin

demo1.html: use submodule of noVNC master.

parent 37e366c1
[submodule "noVNC"]
path = noVNC
url = git://github.com/kanaka/noVNC.git
<html> <html>
<head> <head>
<title>noVNC Demo</title> <title>noVNC Demo</title>
<link rel="stylesheet" href="http://github.com/kanaka/noVNC/raw/HEAD/include/plain.css"> <link rel="stylesheet" href="noVNC/include/plain.css">
</head> </head>
<body> <body>
...@@ -38,10 +38,10 @@ ...@@ -38,10 +38,10 @@
--> -->
<script> <script>
VNC_uri_prefix = "http://github.com/kanaka/noVNC/raw/HEAD/include/"; VNC_uri_prefix = "noVNC/include/";
</script> </script>
<script src="http://github.com/kanaka/noVNC/raw/HEAD/include/vnc.js"></script> <script src="noVNC/include/vnc.js"></script>
<script src="http://github.com/kanaka/noVNC/raw/HEAD/include/playback.js"></script> <script src="noVNC/include/playback.js"></script>
<script src="data/demo1.js"></script> <script src="data/demo1.js"></script>
<script> <script>
......
Subproject commit 7cc5fbc52e0dbf4946f4253d2f5f81722d17634b
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment