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 | cf593ab4ab22b9ad905763812321bc76931b6cb8 (patch) | |
tree | fd8768af90e339807ad2b71472858da7ba4c8d1b /Timeline/ClientApp/src/app | |
parent | f867fb7fed885c474dda18e9a9ca7b1d64c9407f (diff) | |
download | timeline-cf593ab4ab22b9ad905763812321bc76931b6cb8.tar.gz timeline-cf593ab4ab22b9ad905763812321bc76931b6cb8.tar.bz2 timeline-cf593ab4ab22b9ad905763812321bc76931b6cb8.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> |