mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
19 lines
492 B
HTML
19 lines
492 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 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>
|
|
|