Files
links/_layouts/page.html

19 lines
326 B
HTML

---
layout: compress
---
<!DOCTYPE html>
<html lang="en">
<head>
{%include meta.html%}
</head>
<body class="w-screen h-screen min-h-screen">
<div class="w-full h-full p-2.5 text-9xl text-center font-black mx-auto grid place-content-center">
{{content}}
</div>
</body>
{%include analytics.html%}
</html>