<!DOCTYPE html>
<html>

<head>
	<meta charset='utf-8' />
	<title>猎龙记</title>
	<meta name='viewport' content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no'
	/>
	<meta name="renderer" content="webkit"/>
	<meta name='apple-mobile-web-app-capable' content='yes' />
	<meta name='full-screen' content='true' />
	<meta name='x5-fullscreen' content='true' />
	<meta name='360-fullscreen' content='true' />
	<meta name="laya" screenorientation ="portrait"/>
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
	<meta http-equiv='expires' content='0' />
	<meta http-equiv="Cache-Control" content="no-siteapp"/>
	<!--<style>
		@font-face
		{
			font-family:cuixu;
			src: url("res/font/cuixu.ttf");
		}
		@font-face
		{
			font-family:font2;
			src: url("font2.ttc");
		}
	</style>-->
</head>

<body bgcolor="#000000">
	<!--以下引用了常用类库，如果不使用，可以删除-->
	
    <!--核心包，封装了显示对象渲染，事件，时间管理，时间轴动画，缓动，消息交互,socket，本地存储，鼠标触摸，声音，加载，颜色滤镜，位图字体等-->
	
	<!--jsfile--endTag-->

	<!--启动类添加到这里-->
	<!--jsfile--Main-->
	<script src="code.js"></script>
	<!--jsfile--Main-->

	
	<!--<div vAlign="bottom">
		<img src="res/outside/border/top.png" width="750" height="150" x="-100" />
	</div>-->
	
	
</body>

</html>