Files
qctool/index.html

32 lines
716 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">
<script>
window.onload = function () {
}
function goUrl(url) {
window.location.href = url;
}
</script>
<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>