2021-09-27 22:53:42 +08:00
|
|
|
<!DOCTYPE html>
|
2021-10-22 20:52:52 +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">
|
|
|
|
|
<script>
|
|
|
|
|
window.onload = function () {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function goUrl(url) {
|
|
|
|
|
window.location.href = url;
|
|
|
|
|
}
|
|
|
|
|
</script>
|
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">
|
|
|
|
|
<div class="item" onclick="window.location.href='/titer.html'">
|
|
|
|
|
标水(Titer)
|
|
|
|
|
</div>
|
|
|
|
|
<div class="item" onclick="window.location.href='./lod.html'">
|
|
|
|
|
干燥失重(Lod)
|
|
|
|
|
</div>
|
|
|
|
|
</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>
|