diff options
author | Jan Wagner <waja@cyconet.org> | 2023-02-02 19:38:39 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2023-02-02 19:38:39 (GMT) |
commit | d149653f3c5b652d347eabe6d67502951ae70fe9 (patch) | |
tree | 187c1a7d2d730e466cc7da491ee21a10192f6766 | |
parent | 8452aad2f804f726b4fcf152b63e3028f88bd2bb (diff) | |
download | site-d149653f3c5b652d347eabe6d67502951ae70fe9.tar.gz |
Adding Mastodon icon with link
-rw-r--r-- | web/input/resources/mastodon.png | bin | 0 -> 790 bytes | |||
-rw-r--r-- | web/page.html | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/web/input/resources/mastodon.png b/web/input/resources/mastodon.png new file mode 100644 index 0000000..e3ba80e --- /dev/null +++ b/web/input/resources/mastodon.png | |||
Binary files differ | |||
diff --git a/web/page.html b/web/page.html index 79f6525..e08d76d 100644 --- a/web/page.html +++ b/web/page.html | |||
@@ -29,6 +29,13 @@ | |||
29 | <div id="menu"> | 29 | <div id="menu"> |
30 | <div id="feed-buttons"> | 30 | <div id="feed-buttons"> |
31 | <a | 31 | <a |
32 | href="https://fosstodon.org/@monitoringplugins" | ||
33 | rel="me" | ||
34 | title="Find Us on Mastodon"><img | ||
35 | src="resources/mastodon.png" | ||
36 | alt="Mastodon" | ||
37 | width="20" | ||
38 | height="20"/></a><a | ||
32 | href="https://twitter.com/intent/follow?screen_name=monitorplugins" | 39 | href="https://twitter.com/intent/follow?screen_name=monitorplugins" |
33 | title="Follow Us on Twitter"><img | 40 | title="Follow Us on Twitter"><img |
34 | src="resources/twitter.png" | 41 | src="resources/twitter.png" |