moonlight-chrome/index.html
2016-02-13 12:11:20 -05:00

29 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<title>Moonlight</title>
<script type="text/javascript" src="index.js"></script>
<script type="text/javascript" src="common.js"></script>
</head>
<body data-name="moonlight-chrome" data-width="500" data-height="500" style="height: 0px;" data-tools="pnacl" data-configs="Debug Release" data-path="{tc}/{config}">
<h1>Moonlight</h1>
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
<p>Moonlight Streaming extension for Chrome</p>
<p>Click the buttons. Click them.</p>
<button id="startButton">Start</button>
<button id="stopButton">Stop</button>
<p>Enter the IP or Hostname of the GFE streaming computer, then hit enter:</p>
<input type="text" size="15" id="GFEHostIPField" value="127.0.0.1">
<!-- The NaCl plugin will be embedded inside the element with id "listener".
See common.js. -->
<div id="listener"></div>
</body>
</html>