mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
initial HTML interface for NaCl
This commit is contained in:
parent
88c0f7e96f
commit
80b1bbfca3
18
index.html
Normal file
18
index.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Pragma" content="no-cache">
|
||||
<meta http-equiv="Expires" content="-1">
|
||||
<title>Moonlight</title>
|
||||
</head>
|
||||
<body data-name="moonlight" data-tools="pnacl newlib glibc clang-newlib mac" data-configs="Debug Release" data-path="{tc}/{config}">
|
||||
|
||||
<div id="listener">
|
||||
<embed id="moonlight"
|
||||
width=0 height=0
|
||||
src="newlib/Release/moonlight-chrome.nmf"
|
||||
type="application/x-nacl" />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user