diff options
author | MrArmonius <mrarmonius@gmail.com> | 2021-07-01 14:38:37 +0200 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2021-07-01 16:25:49 +0200 |
commit | 353f9600f3f1ce59c6faa825203f50b48017e44f (patch) | |
tree | 634b5b87deea4c6c938ff8a3d24f49ca36b16aba /static | |
parent | 6c5398527e1f2166edb91d3a6d3c70bebd419b02 (diff) | |
download | guichet-353f9600f3f1ce59c6faa825203f50b48017e44f.tar.gz guichet-353f9600f3f1ce59c6faa825203f50b48017e44f.zip |
Fix @ symbol on the login page
Diffstat (limited to 'static')
-rw-r--r-- | static/image/at_sign.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/image/at_sign.svg b/static/image/at_sign.svg new file mode 100644 index 0000000..487587e --- /dev/null +++ b/static/image/at_sign.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="145" height="145"> + <text x="-1.890625" y="109.83594" font-size="144px" style="font-size:144px;font-family:Arial">@</text> +</svg>
\ No newline at end of file |