wesnoth/utils/nacl/static/wesnoth.html
Mark de Wever 6c6bf6e3a2 Added the NativeClient port code.
Thanks to Evgeniy Stepanov for providing the patch.
2011-12-17 16:37:19 +00:00

29 lines
984 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<!--
Copyright (c) 2011 The Native Client Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the NaCl-LICENSE file.
-->
<head>
<title>Wesnoth NativeClient demo</title>
<script type="text/javascript" src="check_browser.js"></script>
</head>
<body style="color:gray;background-color:#776655">
<div id="nacl_div" style="text-align:center">
<canvas id="progress_bar"
width="1024" height="20">
Your browser does not support HTML5 Canvas.
</canvas>
</div>
<script src="peppermount_helper.js"></script>
<script src="wesnoth.js"></script>
<p style="text-align:center">
<a href="http://www.wesnoth.org">Wesnoth</a> |
<a href="http://code.google.com/chrome/nativeclient">NativeClient</a>
</body>
</HTML>