mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
Add a QR code :3
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
39373634d7
commit
10bb6c72bc
2 changed files with 7 additions and 0 deletions
BIN
src/static/qr.png
Normal file
BIN
src/static/qr.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
|
@ -323,6 +323,13 @@
|
|||
<li>
|
||||
Text: <a href="{{ url_for("views.badge_txt") }}">badge.txt</a>.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
QR code (thanks to <a href="https://research.swtch.com/qr/draw/" rel="noopener noreferrer" target="_blank">https://research.swtch.com/qr/draw/</a>):
|
||||
<div style="margin-top:1em">
|
||||
<a href="{{ url_for("static", filename="qr.png") }}"> <img src="{{ url_for("static", filename="qr.png") }}" loading="lazy" alt="QR code leading to https://ari.lt/" height="192" width="192" /> </a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>And also, cool people:</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue