2023-10-13
parent
1b0108335a
commit
a77f2180ea
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
|
@ -29,4 +29,21 @@ Mastodon actually has 407K+ more monthly users than it thought
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[Loading](a-winner-is-you_splash.html)
|
# Next Story
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
![](../../../common/logo/fediversereport.png)
|
||||||
|
|
||||||
|
by Laurens Hof ( @fediversereport@mastodon.social )
|
||||||
|
|
||||||
|
Blogging Resurgence
|
||||||
|
`https://fediversereport.com/last-week-in-fediverse-episode-37/`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
![](img/fediversereport-com-last-week-in-fediverse-episode-37_blogging.png)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
[Loading](todays-topic.html)
|
||||||
|
|
|
@ -0,0 +1,56 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<title>#AllYourBases</title>
|
||||||
|
<style>
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Paytone One';
|
||||||
|
src: url('../../../common/font/paytone-one-regular.ttf');
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
background-color: #303030;
|
||||||
|
}
|
||||||
|
body, a {
|
||||||
|
color:white;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
font-family: 'Paytone One', sans-serif;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<style>
|
||||||
|
.heading {
|
||||||
|
font-size: 15vh;
|
||||||
|
}
|
||||||
|
.heading {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -130%);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<style>
|
||||||
|
.subheading {
|
||||||
|
font-size: 5vh;
|
||||||
|
}
|
||||||
|
.subheading {
|
||||||
|
position: absolute;
|
||||||
|
top: 70%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -130%);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div class="heading"><a href="todays-topic.html">Today's Topic</a></div>
|
||||||
|
|
||||||
|
<div class="subheading">#AllYourBases</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue