diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-03-13 18:28:40 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-03-13 18:28:40 +0300 |
commit | 3caa2027c4c0d77c2706aac5356ce4aa666379a1 (patch) | |
tree | f400a270fd3b1a6b874ff8a40a05768df881b683 /static/svg | |
parent | f3908a51aa9654f7049a5a5f74f89439d076924e (diff) | |
download | yaroslavps.com-3caa2027c4c0d77c2706aac5356ce4aa666379a1.tar.gz yaroslavps.com-3caa2027c4c0d77c2706aac5356ce4aa666379a1.zip |
style/layout changes; gitignore
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> |