aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/assets
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-04-13 15:47:40 +0800
committerGitHub <noreply@github.com>2019-04-13 15:47:40 +0800
commit56c51bdf844ce1e3642dcdc4099187e7e57008c7 (patch)
tree1aa37565aad734b604eb94ed3a62db2308f4b30d /Timeline/ClientApp/src/assets
parent19cae15eba2bcede41b818e1b8ab7fd5ac92eb05 (diff)
parent108ea333534445a8c76d4db632ebf21abf426c71 (diff)
downloadtimeline-56c51bdf844ce1e3642dcdc4099187e7e57008c7.tar.gz
timeline-56c51bdf844ce1e3642dcdc4099187e7e57008c7.tar.bz2
timeline-56c51bdf844ce1e3642dcdc4099187e7e57008c7.zip
Merge pull request #20 from crupest/separate
Separate front end and back end.
Diffstat (limited to 'Timeline/ClientApp/src/assets')
-rw-r--r--Timeline/ClientApp/src/assets/.gitkeep0
-rw-r--r--Timeline/ClientApp/src/assets/icon.svg7
2 files changed, 0 insertions, 7 deletions
diff --git a/Timeline/ClientApp/src/assets/.gitkeep b/Timeline/ClientApp/src/assets/.gitkeep
deleted file mode 100644
index e69de29b..00000000
--- a/Timeline/ClientApp/src/assets/.gitkeep
+++ /dev/null
diff --git a/Timeline/ClientApp/src/assets/icon.svg b/Timeline/ClientApp/src/assets/icon.svg
deleted file mode 100644
index a04bddac..00000000
--- a/Timeline/ClientApp/src/assets/icon.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-<?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" viewBox="0 0 1000 1000">
-<line fill="none" stroke="#ffffff" stroke-width="200" x1="500" y1="0" x2="500" y2="250"/>
-<circle fill="none" stroke="#ffffff" stroke-width="120" cx="500" cy="500" r="250"/>
-<line fill="none" stroke="#ffffff" stroke-width="200" x1="500" y1="750" x2="500" y2="1000"/>
-</svg>