1
1
mirror of https://github.com/xplosionmind/quitsocialmedia.club.git synced 2025-02-05 10:17:32 +01:00

30 lines
422 B
HTML

---
layout: ~
---
<!DOCTYPE html>
<html>
{% include head.html %}
<style>
body {
background: var(--primary);
}
h1,a,a:visited {
color: var(--background);
}
h1 {
font-size: 8rem;
}
a {
width: 100vw;
height: 100vh;
padding: 10%;
}
</style>
<body>
<a class='vertical flex' href='{{ link }}'>
<h1 style='margin: var(--regular) auto'>{{ title }}</h1>
{{ content }}
</a>
</body>
</html>