mirror of https://github.com/axmolengine/axmol.git
24 lines
540 B
HTML
24 lines
540 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!--
|
|
Copyright (c) 2013 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 LICENSE file.
|
|
-->
|
|
<head>
|
|
<title>cocos2dx TestLua</title>
|
|
</head>
|
|
<body>
|
|
<h1>cocos2dx TestLua</h1>
|
|
|
|
<!-- Note xaos seems to have problems with larger dimension -->
|
|
<embed
|
|
width=480
|
|
height=320
|
|
src="bin/debug/TestLua.nmf"
|
|
type="application/x-nacl" />
|
|
<p>
|
|
</p>
|
|
</body>
|
|
</HTML>
|