3 Star 18 Fork 10

南郊居士/QuickQuiz-M

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
南郊居士 提交于 2021-08-15 20:35 . 版本更新,详见README
<!DOCTYPE html>
<html lang="zh">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name = "viewport" content = "width = device-width, height = device-height">
<link rel='apple-touch-icon' href='img/icon-h.png' type='image/png' />
<link rel='shortcut icon' href='img/icon-h.ico' type='image/vnd.microsoft.icon' />
<link rel='icon' href='img/icon-h.png' type='image/png' />
<link rel='bookmark' href='img/icon-h.ico' type='image/vnd.microsoft.icon' />
<title>QuickQuiz-M V1.02</title>
<script type="text/javascript">
function load()
{
if (parseInt(navigator.appVersion.split(";")[1].replace(/[ ]/g, "").replace("MSIE","")) <= 8) {
document.write("不支持IE8及更旧浏览器!");
}
}
</script>
</head>
<frameset rows = "0%, 100%" frameborder = 0 onload = "load()">
<frame src = "global.html" name = "global" title = "global" noresize = "noresize" frameborder = 0 />
<frame src = "main.html" name = "data" title = "global" noresize = "noresize" frameborder = 0 />
</frameset>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/GXSoftware/QuickQuiz-M.git
git@gitee.com:GXSoftware/QuickQuiz-M.git
GXSoftware
QuickQuiz-M
QuickQuiz-M
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385