-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwarning.html
45 lines (37 loc) · 2.07 KB
/
warning.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
<!DOCTYPE HTML>
<html>
<head>
<title>华中科技大学OEI&SES飞跃手册</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="main.css" />
</head>
<body>
<!-- Banner -->
<section id="banner" >
<div class="inner">
<section>
<h2 align="center" ><a href="https://hust-feiyue.github.io" target="_blank">华中科技大学OEI&SES飞跃手册</a></h2>
</section>
</div>
</section>
<!-- contact -->
<section id="warning" class="wrapper">
<div class="inner">
<section id="warning_inner">
<h4 align="middle">传播协议与侵权警告</h4>
<h5 align="middle">对于本手册内容的任何引用,必须注明“华中科技大学OEI&SES飞跃手册”以及本发行页面“https://hust-feiyue.github.io”</h5>
<p>
本手册版权归华中科技大学光学与电子信息学院、工程科学学院和编辑委员会所有,拥有编辑、修改、复制和发行的全部权利。未经允许,任何组织和个人不得以任何方式、通过任何渠道编辑、修改、复制和发行本手册的全部或部分内容。在出现版权纠纷时,编辑委员会授权华中科技大学光学与电子信息学院和工程科学学院全权代理处理。 <br/> 本手册免费供给所有社会单位参考使用;严禁任何机构利用本手册谋取商业利益(请各位申请者尽量不要传播给任何中介机构)。也请各位积极监督与举报(参考首页尾联络方式)。
</p>
</section>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
感谢在手册编写过程中给予支持与帮助的所有老师同学 ヾ(@^▽^@)ノ<br/>© 2020华中科技大学OEI&SES飞跃手册编委会.
</div>
</footer>
</body>
</html>