axmol/samples/Cpp/TestCpp/proj.nacl/index.html

23 lines
593 B
HTML
Raw Normal View History

2013-03-02 01:09:58 +08:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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 TestCpp</title>
</head>
<body>
<h1>cocos2dx TestCpp</h1>
<div>
<embed
width=800
height=640
src="bin/release/TestCpp.nmf"
2013-03-02 01:09:58 +08:00
type="application/x-nacl" />
</div>
</body>
</HTML>