diff options
author | hellekin <hellekin@cepheide.org> | 2017-12-03 17:29:09 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2017-12-03 17:29:09 +0100 |
commit | 398e9c9b15dc6ef8f83c88c0b10185633f575282 (patch) | |
tree | 43087ee5d23a70923dcdc70204c06e319de8ef4d /s10y/index.html | |
parent | dcc302893f2edc54d303af0104736e9877976430 (diff) | |
download | subsidiarity.eu-398e9c9b15dc6ef8f83c88c0b10185633f575282.tar.gz |
Add the riot dog mascot Loukanikos
Diffstat (limited to 's10y/index.html')
-rw-r--r-- | s10y/index.html | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/s10y/index.html b/s10y/index.html index f7855c8..a02476d 100644 --- a/s10y/index.html +++ b/s10y/index.html @@ -1,11 +1,16 @@ <!DOCTYPE html> <html> - <head> - <meta charset="UTF-8"> - <title> P.S.: Mastodon BXL </title> - </head> - <body> - <p>Une instance de <a href="https://joinmastodon.org/">Mastodon</a> pour Bruxelles.</p> - <p>Son URL canonique est <a href="https://ps.s10y.eu/">ps.s10y.eu</a>. À <em>toot</em> !</p> - </body> + <head> + <meta charset="UTF-8"> + <title> P.S.: Mastodon BXL </title> + <style> + img { border:0; max-width: 100%; } + </style> + </head> + <body> + <p>Une instance de <a href="https://joinmastodon.org/">Mastodon</a> pour Bruxelles.</p> + <p>Son URL canonique est <a href="https://ps.s10y.eu/">ps.s10y.eu</a>. À <em>toot</em> !</p> + <p><a href="https://ps.s10y.eu/"> + <img src="/assets/img/loukanikos-banner-s10y.png" alt="Zinneke et fier de l'être"></a></p> + </body> </html> |