Files
qctool/index.html

33 lines
944 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="zh_CN">
2021-10-22 20:00:32 +08:00
<head>
<meta charset="UTF-8">
2022-07-16 00:43:41 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
2022-07-17 23:08:46 +08:00
<link rel="stylesheet" href="./github.css">
<link rel="stylesheet" href="./theme.css">
<title>QC TOOL</title>
</head>
2021-10-22 20:00:32 +08:00
<body>
2021-10-22 20:00:32 +08:00
<div class="list">
<div class="item" onclick="window.location.href='./titer.html'">
标水
2021-10-22 20:00:32 +08:00
</div>
<div class="item" onclick="window.location.href='./lod.html'">
干燥失重
2021-10-22 20:00:32 +08:00
</div>
2022-01-12 23:04:20 +08:00
<div class="item" onclick="window.location.href='./roi.html'">
炽灼残渣
2022-01-12 23:04:20 +08:00
</div>
2022-04-10 23:46:11 +08:00
<div class="item" onclick="window.location.href='./injection-sequence.html'">
进样序列
2022-04-10 23:46:11 +08:00
</div>
2022-07-15 23:51:47 +08:00
<div class="item" onclick="window.location.href='./equipment.html'">
设备信息
</div>
2021-10-22 20:00:32 +08:00
</div>
</body>
2021-10-22 20:00:32 +08:00
</html>