添加进样序列功能到索引页
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user