Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3651c12

Browse filesBrowse files
committed
Test Font-awesome icon
1 parent 2372343 commit 3651c12
Copy full SHA for 3651c12

File tree

Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed

‎utils/config.py

Copy file name to clipboardExpand all lines: utils/config.py
+3-4Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,16 @@
2222
DOWNLOAD = 'http://downgit.zhoudaxiaa.com/#/home?url=https://github.com/'+OWNER+'/'+REPO+'/tree/'+BRANCH+'/'
2323

2424
HTML = '''
25-
<!--
2625
<head>
2726
<meta http-equiv="content-type" content="text/html; charset=utf-8">
27+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
2828
<title> 中国科学技术大学课程资源</title>
2929
</head>
30-
-->
3130
# 中国科学技术大学课程资源
3231
3332
<div>
3433
<h2>
35-
<a href="../index.html">&nbsp;&nbsp;<i class="fa fa-level-up">back </i>&nbsp;&nbsp;</a>
34+
<a href="../index.html">&nbsp;&nbsp;<i class="fa fa-level-up">back </i>&nbsp;</a>
3635
:/{cur}
3736
</h2>
3837
</div>
@@ -51,7 +50,7 @@
5150
---
5251
<div style="text-decration:underline;display:inline">
5352
<a href="https://github.com/USTC-Resource/USTC-Course.git" target="_blank" rel="external"><i class="fa fa-github"></i>&nbsp; GitHub</a>
54-
<a href="mailto:&#122;huheqin1@gmail?subject=反馈与建议" style="float:right" target="_blank" rel="external"><i class="fa fa-envelope"></i>&nbsp; Feedback</a>
53+
<a href="mailto:&#122;huheqin1@gmail.com?subject=反馈与建议" style="float:right" target="_blank" rel="external"><i class="fa fa-envelope"></i>&nbsp; Feedback</a>
5554
</div>
5655
---
5756

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.