mirror of
https://gitlab.com/jessieh/simple-shortener.git
synced 2024-11-21 11:01:46 +00:00
Add TOTP issuer icons to readme
This commit is contained in:
parent
900815a138
commit
7dd54835d0
12
README.md
12
README.md
@ -141,3 +141,15 @@ The shortening service exposes a simple API at `/shorten/api` that you may consu
|
|||||||
The API endpoints and response codes are documented in the docstrings of their respective [handler modules](src/handlers).
|
The API endpoints and response codes are documented in the docstrings of their respective [handler modules](src/handlers).
|
||||||
|
|
||||||
<sup>1</sup> If you wish to replace the default control panel, you can provide your own by mounting it at `/simple-shortener/static/control_panel`.
|
<sup>1</sup> If you wish to replace the default control panel, you can provide your own by mounting it at `/simple-shortener/static/control_panel`.
|
||||||
|
|
||||||
|
## TOTP Issuer Icons
|
||||||
|
|
||||||
|
Should your TOTP provider application of choice support them, the following issuer icons are available for use.
|
||||||
|
|
||||||
|
### SVG
|
||||||
|
|
||||||
|
<img src="../../raw/assets/simple-shortener.svg" width=75> <img src="../../raw/assets/simple-shortener bg.var.svg" width=75>
|
||||||
|
|
||||||
|
### PNG
|
||||||
|
|
||||||
|
<img src="../../raw/assets/simple-shortener.png" width=75> <img src="../../raw/assets/simple-shortener bg.var.png" width=75>
|
||||||
|
Loading…
Reference in New Issue
Block a user