forked from ustcwpz/USTC-CS-Courses-Resource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (28 loc) · 1.46 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link href="https://mbinary0.github.io/resource/github.markdown.css" rel="stylesheet">
</head>
<body>
<div><h2>
<a href="../index.html"> <i class="fa fa-level-up"></i> </a>:
/<a href="../index.html"><i class="fa fa-home"></i></a>/<a href="index.html">物理类</a>
</h2>
</div>
<h2>Directories</h2>
<ul>
<li><a href="电磁学/index.html" ><i class="fa fa-folder"></i> 电磁学</a></li>
<li><a href="光学与原子物理/index.html" ><i class="fa fa-folder"></i> 光学与原子物理</a></li>
</ul>
<h2>Files</h2>
<ul>
<li><i class="fa fa-meh-o"></i> None</li>
</ul>
<div style="text-decration:underline;display:inline">
<a href="https://github.com/mbinary/USTC-CS-Courses-Resource.git" target="_blank" rel="external"><i class="fa fa-github"></i> Github</a>
<a href="mailto:zhuheqin1@gmail?subject=反馈与建议" style="float:right" target="_blank" rel="external"><i class="fa fa-envelope"></i> Feedback</a>
</div>
</body>
</html>