mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 08:36:42 +00:00
19 lines
462 B
HTML
19 lines
462 B
HTML
<!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" data-configs="Debug Release" data-path="{tc}/{config}">
|
|
|
|
<div id="listener">
|
|
<embed id="moonlight"
|
|
width=0 height=0
|
|
src="pnacl/Release/moonlight-chrome.nmf"
|
|
type="application/x-pnacl" />
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|