-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathinstruction.html
46 lines (46 loc) · 1.56 KB
/
instruction.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="./stylesheets/common.css" />
<link rel="shortcut icon" href="favicon.png" />
<title>Project Facing-NKUs-ZiXiuKe</title>
</head>
<body>
<div id="wrapper">
<div id="header">
<h1 style="text-align:center;">Project Facing-NKUs-ZiXiuKe</h1>
<a href="https://github.com/James-Niu/Facing-NKUs-ZiXiuKe">View on GitHub</a>
</div>
<div id="main">
<div id="side">
<ul>
<li><a href=".">首页</a></li>
<li><a href="instruction.html">使用说明</a></li>
</ul>
</div>
<div id="content">
<h3>对应浏览器</h3>
<ul>
<li><a href="">Microsoft Internet Explorer</a></li>
<li><a href="">Mozilla Firefox</a></li>
<li><a href="">Google Chrome</a></li>
</ul>
<div>
对于Microsoft Internet Explorer浏览器,只能使用手动方式进行控制台脚本注入来使用本功能
</div>
<div>
针对Mozilla Firefox浏览器的扩展正在计划开发中,敬请期待
</div>
<div>
对于Google Chrome浏览器,除了使用与前述相同的通过控制台进行代码注入的方式之外<br />
还可以使用针对Chrome开发的扩展,其中内置集成了当访问学习和考试页面时自动从网站中加载最新版本代码的功能
</div>
</div>
</div>
<div id="footer">
Last modified on 2014-02-28<br />
Powered by <a href="https://pages.github.com">GitHub Pages</a>
</div>
</div>
</body>
</html>