diff options
Diffstat (limited to 'static/mastodon')
| -rw-r--r-- | static/mastodon/index.html | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/static/mastodon/index.html b/static/mastodon/index.html new file mode 100644 index 0000000..454cd38 --- /dev/null +++ b/static/mastodon/index.html @@ -0,0 +1,55 @@ +<!doctype html> +<html class="no-js" lang="en"> + <head> + <meta charset="utf-8" /> + <meta http-equiv="x-ua-compatible" content="ie=edge" /> + <title>Verdant@c7.io</title> + <meta name="description" content="" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + + <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> + <!-- Place favicon.ico in the root directory --> + + <style> + body { + width: 700px; + margin-left: auto; + margin-right: auto; + } + + div.status { + padding-bottom: 30px !important; + } + </style> + </head> + <body> + <script type="module" src="https://unpkg.com/mastodon-widget"></script> + + <mastodon-widget account="Verdant@c7.io" limit="10" header="true"> + </mastodon-widget> + + <style> + header, + .post-title, + .post-info { + display: none !important; + } + + mastodon-weight { + background-color: black !important; + } + + .status { + --color-background: black; + } + </style> + + <!--[if lt IE 8]> + <p class="browserupgrade"> + You are using an <strong>outdated</strong> browser. Please + <a href="http://browsehappy.com/">upgrade your browser</a> to improve + your experience. + </p> + <![endif]--> + </body> +</html> |
