2 Star 7 Fork 2

Yomli/Phigros on HTML

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 2.35 KB
一键复制 编辑 原始数据 按行查看 历史
Yomli 提交于 3年前 . main files
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta chars="utf-8"/>
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="description" content="网页版Phigros"/>
<meta name="description" content="Phigros复刻"/>
<meta name="author" content="Yomli"/>
<meta name="keywords" content="Phigros,phigros,PHIGROS,网页版,复刻,模拟器,自制谱,自制铺,Phigros网页版,Phigros复刻,phigros网页版,phigros复刻,Phigros模拟器,phigros模拟器,phigros自制谱,phigros自制铺,Phigros自制谱,Phigros自制铺,PHIGROS网页版,PHIGROS复刻,PHIGROS模拟器,PHIGROS自制谱,PHIGROS自制铺,phigros自制,Phigros自制,PHIGROS自制"/>
<!-- 控制网页帧率,建议关闭 -->
<!-- <meta http-equiv="refresh" content="60"/> -->
<!-- 设定默认文件加载位置为gitee,以加快资源加载,开发时请视情况关闭/开启(请自行解决跨域问题) -->
<!-- <base href="https://www.gitee.com/hshqwq/phigros-on-html/raw/master/"> -->
<title>phigros on html</title>
<link rel="shortcut icon" href="asset/img/icon/favicon.ico"/>
<link rel="stylesheet" href="asset/css/index.css">
<link rel="stylesheet" href="asset/css/effect.css">
<link id="pageCss" rel="stylesheet" href="asset/css/ready.css">
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-1.9.0.min.js"></script>
<script src="asset/js/index.js"></script>
<style id="OFBlurCss"></style>
</head>
<body page="ready">
<div id="landspace"></div>
<div id="start">由于部分浏览器限制,音频可能无法在未与用户交互前自动播放,所以请您点击这行文字以开始游戏</div>
<ul id="infoList"></ul>
<div id="ui">
<div id="title">Phigros on HTML</div>
<div id="description">loading……</div>
<div id="progress">
<div id="progressBar">
<div id="progressBar-finished"></div>
<div id="progressBar-loading"></div>
</div>
<div id="progressTitle">?&nbsp;/&nbsp;?</div>
</div>
</div>
<div id="infos"></div>
<div id="effects"></div>
<div id="blur"></div>
<img id="bg"/>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hshqwq/phigros-on-html.git
git@gitee.com:hshqwq/phigros-on-html.git
hshqwq
phigros-on-html
Phigros on HTML
master

搜索帮助