mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 09:50:09 +00:00
29 lines
984 B
HTML
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>
|