2021-09-27 22:53:42 +08:00
|
|
|
<!DOCTYPE html>
|
2021-10-22 21:16:36 +08:00
|
|
|
<html lang="zh_CN">
|
2021-10-22 20:00:32 +08:00
|
|
|
|
2021-09-27 22:53:42 +08:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2021-10-22 20:00:32 +08:00
|
|
|
<link rel="stylesheet" href="github.css">
|
|
|
|
|
<link rel="stylesheet" href="theme.css">
|
2021-09-27 22:53:42 +08:00
|
|
|
<title>QC TOOL</title>
|
|
|
|
|
</head>
|
2021-10-22 20:00:32 +08:00
|
|
|
|
2021-09-27 22:53:42 +08:00
|
|
|
<body>
|
2021-10-22 20:00:32 +08:00
|
|
|
<div class="list">
|
2021-10-22 21:16:36 +08:00
|
|
|
<div class="item" onclick="window.location.href='./titer.html'">
|
2021-10-22 20:00:32 +08:00
|
|
|
标水(Titer)
|
|
|
|
|
</div>
|
|
|
|
|
<div class="item" onclick="window.location.href='./lod.html'">
|
|
|
|
|
干燥失重(Lod)
|
|
|
|
|
</div>
|
2022-01-12 23:04:20 +08:00
|
|
|
<div class="item" onclick="window.location.href='./roi.html'">
|
|
|
|
|
炽灼残渣(Residue on Ignition)
|
|
|
|
|
</div>
|
2022-04-10 23:46:11 +08:00
|
|
|
<div class="item" onclick="window.location.href='./injection-sequence.html'">
|
|
|
|
|
进样序列(Injection Sequence)
|
|
|
|
|
</div>
|
2021-10-22 20:00:32 +08:00
|
|
|
</div>
|
2021-09-27 22:53:42 +08:00
|
|
|
</body>
|
2021-10-22 20:00:32 +08:00
|
|
|
|
2021-09-27 22:53:42 +08:00
|
|
|
</html>
|