flycast/shell/nacl/index.html

28 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<!--
Copyright (c) 2012 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<head>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<title>reicast nacl</title>
<script type="text/javascript" src="common.js"></script>
<script type="text/javascript" src="example.js"></script>
<style>
.label { display: inline-block; width: 100px; }
</style>
</head>
<body data-width="640" data-height="480" data-name="reicast" data-tools="pnacl newlib glibc clang-newlib win" data-configs="Debug Release" data-path="{tc}/{config}">
<h1>reicast nacl</h1>
<h2 id="status">Status: <code id="statusField">NO-STATUS</code></h2>
<button onclick="document.querySelector('embed').postMessage('hello');"> START </button>
<!-- The NaCl plugin will be embedded inside the element with id "listener".
See common.js.-->
<div id="listener"></div>
<div id="log" style="display: none; white-space: pre-line;"></div>
</body>
</html>