diff options
| author | yingyu5658 <i@yingyu5658.me> | 2026-01-24 21:32:41 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2026-01-24 21:32:41 +0800 |
| commit | e9d7cfb909e9a495de9ee0f1829557a9eb95359b (patch) | |
| tree | 5844f480fa9e54d18ed6e9077eab19aeaa4366a9 /static | |
| parent | 75995c13383523ac31c984fe57eb6f4840a2fd1f (diff) | |
| download | blog-e9d7cfb909e9a495de9ee0f1829557a9eb95359b.tar.gz blog-e9d7cfb909e9a495de9ee0f1829557a9eb95359b.zip | |
chore: remove mastodon page
Diffstat (limited to 'static')
| -rw-r--r-- | static/mastodon/index.html | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/static/mastodon/index.html b/static/mastodon/index.html deleted file mode 100644 index 454cd38..0000000 --- a/static/mastodon/index.html +++ /dev/null @@ -1,55 +0,0 @@ -<!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> |
