blob: 454cd383b991dde20dea86559f119fc5020a1742 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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>
|