添加进样序列功能到索引页

This commit is contained in:
2022-04-10 23:46:11 +08:00
parent 7ab1d3fc9b
commit 7c54b671b6
2 changed files with 4 additions and 1 deletions

View File

@@ -20,6 +20,9 @@
<div class="item" onclick="window.location.href='./roi.html'"> <div class="item" onclick="window.location.href='./roi.html'">
炽灼残渣(Residue on Ignition) 炽灼残渣(Residue on Ignition)
</div> </div>
<div class="item" onclick="window.location.href='./injection-sequence.html'">
进样序列(Injection Sequence)
</div>
</div> </div>
</body> </body>

View File

@@ -4,7 +4,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>进样序列(Injection Sequence)</title> <title>进样序列(Injection Sequence)</title>
<link rel="stylesheet" href="./github.css"> <link rel="stylesheet" href="./github.css">
<link rel="stylesheet" href="./theme.css"> <link rel="stylesheet" href="./theme.css">