-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlink_exchange.html
51 lines (45 loc) · 1.59 KB
/
link_exchange.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
47
48
49
50
51
<!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="contact" class="wrapper">
<div class="inner">
<section id="contact_inner">
<h4 align="middle">其他院校飞跃手册</h4>
<h1>华中大电气飞跃手册</h1>
<p>
<a href="https://github.com/LHYi/Feiyue_for_ECE" target="_blank">https://github.com/LHYi/Feiyue_for_ECE</a>
</p>
<h1>南方科技大学飞跃手册</h1>
<p>
<a href="https://sustech-application.github.io/2020-Fall/" target="_blank">https://sustech-application.github.io/2020-Fall/</a>
</p>
<h1>东南大学飞跃手册</h1>
<p>
<a href="https://www.yuque.com/2020seufly/guide" target="_blank">https://www.yuque.com/2020seufly/guide</a>
</p>
</section>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
感谢在手册编写过程中给予支持与帮助的所有老师同学 ヾ(@^▽^@)ノ<br/>© 2020华中科技大学OEI&SES飞跃手册编委会.
</div>
</footer>
</body>
</html>