1 Star 0 Fork 0

rick_鼠标手 / 打飞机

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 739 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dengwc 提交于 2018-03-03 16:01 . 打飞机小game
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="textml; charset=utf-8">
<title>无标题文档</title>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1.0,minimum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<link rel="stylesheet" type="text/css" href="css/css.css">
</head>
<style>*{margin:0;padding:0;}</style>
<body id="body" style onload="new Main()">
</body>
</html>
<script src="PageElement.js"></script>
<script src="Star.js"></script>
<script src="Text.js"></script>
<script src="Rect.js"></script>
<script src="Main.js"></script>
1
https://gitee.com/dengwc/hit_a_plane.git
git@gitee.com:dengwc/hit_a_plane.git
dengwc
hit_a_plane
打飞机
master

搜索帮助