2023-10-13
parent
9121b95359
commit
c224a62968
|
@ -46,4 +46,4 @@ Blogging Resurgence
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[Loading](todays-topic_splash.html)
|
[Loading](the-fediverse-and-the-open-social-web_splash.html)
|
||||||
|
|
|
@ -0,0 +1,59 @@
|
||||||
|
<!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: 10vh;
|
||||||
|
}
|
||||||
|
.heading {
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
.heading {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -90%);
|
||||||
|
}
|
||||||
|
</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="the-fediverse-and-the-open-social-web.html">The Fediverse<br /><span style="font-size:75%;">and the</span><br />Open Social Web</a></div>
|
||||||
|
|
||||||
|
<div class="subheading">#AllYourBases</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue