1 Star 0 Fork 10

码子/QuickQuiz-M

forked from 南郊居士/QuickQuiz-M 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.html 2.01 KB
一键复制 编辑 原始数据 按行查看 历史
南郊居士 提交于 2022-05-19 22:32 . 修复bug,详见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</title>
<link rel = "stylesheet" type = "text/css" href="css/style.css" />
<script type = "text/javascript" src = "js/global.js"></script>
<script type = "text/javascript" src = "js/nightmode.js"></script>
<script type = "text/javascript" src = "js/md5.js"></script>
<script type = "text/javascript" src = "js/main.js"></script>
</head>
<body onload = "initMain()">
<div style = "margin-top: 12px;">
<div class = "qq_button" id = "night" style = "width: 95px; line-height: 35px;" onclick = "indexNightMode(true)">夜间模式</div>
</div>
<h2>
<img id = "titleicon" src = "img/icon.png" style = "height : 50px"></img>QuickQuiz<sup style = "font-size : 50%">简易网页版</sup>
</h2>
<div style = "margin-top: 8px;" id = "curlib">当前题库:未打开</div>
<div style = "margin-top: 8px;">
<input type = "file" id = "open" accept = ".jpeg,.jpg,.xml" style = "display: none;" onchange = "openFile();">
<label for = "open" onclick = "checkOpenLib()"><div class = "qq_button">打开题库</div></label>
</div>
<hr/>
<div style = "margin-top: 8px;">
<div class = "qq_button" onclick = "setBtnHref('show.html')">学习模式</div>
</div>
<div style = "margin-top: 8px;">
<div class = "qq_button" onclick = "setBtnHref('test.html')">测试模式</div>
</div>
<div style = "margin-top: 8px;">
<div class = "qq_button" onclick = "setBtnHref('spy.html')">速查模式</div>
</div>
<hr />
<small>GX Software 2018-2022 by 南郊居士</small><br />
<small>当前版本:V1.02<br />完成时间:2022/5/19 22:30:53</small>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/daimazi/QuickQuiz-M.git
git@gitee.com:daimazi/QuickQuiz-M.git
daimazi
QuickQuiz-M
QuickQuiz-M
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385