diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-27 20:08:58 -0600 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-27 20:08:58 -0600 |
| commit | b2fa4fe9454cbc9c9c0e265e3e6065eaa8726e2f (patch) | |
| tree | 4c7fcf0b7f90117dab8f8d110d42b261ed7440fc /templates | |
| parent | b6e8e041096a921accd439db00c9171c0f68d91b (diff) | |
| download | hatecomputers.club-b2fa4fe9454cbc9c9c0e265e3e6065eaa8726e2f.tar.gz hatecomputers.club-b2fa4fe9454cbc9c9c0e265e3e6065eaa8726e2f.zip | |
moar blinkies
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/templates/base.html b/templates/base.html index a609f37..a60ac55 100644 --- a/templates/base.html +++ b/templates/base.html @@ -50,11 +50,15 @@ <div class="footer"> <div> - <img width="150" height="20" src="/static/img/blinkies/hatecomputers-club.gif"> - <img width="150" height="20" src="/static/img/blinkies/loveuguys.gif"> - <img width="150" height="20" src="/static/img/blinkies/autism.gif"> - <img width="150" height="20" src="/static/img/blinkies/fuckcomputers.gif"> - <img width="150" height="20" src="/static/img/blinkies/connection.gif"> + <img width='150' height='20' src='/static/img/blinkies/hatecomputers-club.gif'> + <img width='150' height='20' src='/static/img/blinkies/autism.gif'> + <img width='150' height='20' src='/static/img/blinkies/fuckcomputers.gif'> + <img width='150' height='20' src='/static/img/blinkies/bee.gif'> + <img width='150' height='20' src='/static/img/blinkies/begaydocrime.gif'> + <img width='150' height='20' src='/static/img/blinkies/bored.gif'> + <img width='150' height='20' src='/static/img/blinkies/connection.gif'> + <img width='150' height='20' src='/static/img/blinkies/eepy.gif'> + <img width='150' height='20' src='/static/img/blinkies/loveuguys.gif'> </div> {{ if .User }} |
