diff options
-rw-r--r-- | s10y/assets/img/loukanikos-banner-s10y.png | bin | 0 -> 674997 bytes | |||
-rw-r--r-- | s10y/index.html | 21 |
2 files changed, 13 insertions, 8 deletions
diff --git a/s10y/assets/img/loukanikos-banner-s10y.png b/s10y/assets/img/loukanikos-banner-s10y.png Binary files differnew file mode 100644 index 0000000..9c7e63b --- /dev/null +++ b/s10y/assets/img/loukanikos-banner-s10y.png 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> |