diff options
Diffstat (limited to 'static/svg')
-rw-r--r-- | static/svg/background.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/svg/background.svg b/static/svg/background.svg new file mode 100644 index 0000000..d178423 --- /dev/null +++ b/static/svg/background.svg @@ -0,0 +1,4 @@ +<svg viewbox="0 0 45 45" xmlns="http://www.w3.org/2000/svg"> + <line x1="0" x2="45" y1="45" y2="45" stroke="#a1a6b2" stroke-dasharray="1 2" /> + <line x1="45" x2="45" y1="0" y2="45" stroke="#a1a6b2" stroke-dasharray="1 2" /> +</svg> |