Files
qctool/index.html
hbk01 f265a07d5b + 尝试适配 safari, 点击输入框时调起九宫格数字键盘
+ 去除选中输入框时的效果
+ 修复一点小问题
2021-10-22 21:16:36 +08:00

24 lines
561 B
HTML

<!DOCTYPE html>
<html lang="zh_CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="github.css">
<link rel="stylesheet" href="theme.css">
<title>QC TOOL</title>
</head>
<body>
<div class="list">
<div class="item" onclick="window.location.href='./titer.html'">
标水(Titer)
</div>
<div class="item" onclick="window.location.href='./lod.html'">
干燥失重(Lod)
</div>
</div>
</body>
</html>