2023-10-11 19:06:29 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>#AllYourBases</title>
|
|
|
|
<style>
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Paytone One';
|
2023-10-13 00:54:42 +00:00
|
|
|
src: url('../../../../common/font/paytone-one-regular.ttf');
|
2023-10-11 19:06:29 +00:00
|
|
|
}
|
|
|
|
</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: 13vh;
|
|
|
|
}
|
|
|
|
.heading {
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
.heading {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -100%);
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<style>
|
|
|
|
.subheading {
|
|
|
|
font-size: 5vh;
|
|
|
|
}
|
|
|
|
.subheading {
|
|
|
|
position: absolute;
|
|
|
|
top: 70%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -130%);
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2023-10-13 00:54:42 +00:00
|
|
|
<div class="heading"><a href="show/index.html">It Came From<br />The Fediverse</a></div>
|
2023-10-11 19:06:29 +00:00
|
|
|
|
|
|
|
<div class="subheading">#AllYourBases</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|