diff options
Diffstat (limited to 'Timeline/ClientApp/src')
-rw-r--r-- | Timeline/ClientApp/src/app/app.component.html | 2 | ||||
-rw-r--r-- | Timeline/ClientApp/src/assets/timeline.svg | 10 |
2 files changed, 11 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> diff --git a/Timeline/ClientApp/src/assets/timeline.svg b/Timeline/ClientApp/src/assets/timeline.svg new file mode 100644 index 00000000..1a01305f --- /dev/null +++ b/Timeline/ClientApp/src/assets/timeline.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" + width="1000pt" height="1000pt" viewBox="0 0 1000 1000"> +<line fill="none" stroke="#2A60FF" stroke-width="80" x1="400" y1="0" x2="400" y2="250"/> +<line fill="none" stroke="#2A60FF" stroke-width="80" x1="600" y1="0" x2="600" y2="250"/> +<circle fill="none" stroke="#2A60FF" stroke-width="100" cx="500" cy="500" r="250"/> +<line fill="none" stroke="#2A60FF" stroke-width="80" x1="400" y1="750" x2="400" y2="1000"/> +<line fill="none" stroke="#2A60FF" stroke-width="80" x1="600" y1="750" x2="600" y2="1000"/> +</svg> |