diff options
author | crupest <crupest@outlook.com> | 2019-02-17 00:16:51 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-17 00:16:51 +0800 |
commit | c7f5a2d49501f12a8635a45dba9acbb097e5f405 (patch) | |
tree | ad5872ddf86d3b2af80c45c4da0b2a379fe50a38 /Timeline/ClientApp/src/app | |
parent | 3517512c4a6fa7eb61b8c5e5eca38c52c5577631 (diff) | |
download | timeline-c7f5a2d49501f12a8635a45dba9acbb097e5f405.tar.gz timeline-c7f5a2d49501f12a8635a45dba9acbb097e5f405.tar.bz2 timeline-c7f5a2d49501f12a8635a45dba9acbb097e5f405.zip |
Add an ugly favicon.
Diffstat (limited to 'Timeline/ClientApp/src/app')
-rw-r--r-- | Timeline/ClientApp/src/app/app.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/app.component.html b/Timeline/ClientApp/src/app/app.component.html index fc2d6cfe..cb5da0fa 100644 --- a/Timeline/ClientApp/src/app/app.component.html +++ b/Timeline/ClientApp/src/app/app.component.html @@ -14,6 +14,6 @@ <footer> <span class="fill-remaining-space"></span> - <a class="icp-record" href="http://www.miitbeian.gov.cn/state/outPortal/loginPortal.action">鄂ICP备18030913号-1</a> + <a class="icp-record" href="http://www.miitbeian.gov.cn/state/outPortal/loginPortal.action" target=”_blank”>鄂ICP备18030913号-1</a> </footer> </body> |