62 lines
1.3 KiB
Handlebars
62 lines
1.3 KiB
Handlebars
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>{{site.title}}</title>
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="{{site.description}}" />
|
|
<meta name="RATING" content="RTA-5042-1996-1400-1577-RTA" />
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta name="twitter:site" content="@futureporn_net" />
|
|
<meta name="twitter:creator" content="@cj_clippy" />
|
|
<meta name="twitter:title" content="Futureporn.net" />
|
|
<meta name="twitter:description" content="{{site.description}}" />
|
|
<link rel="stylesheet" href="/css/pico.conditional.pink.min.css">
|
|
<style>
|
|
.logo {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.logo>img {
|
|
width: 24px;
|
|
}
|
|
|
|
.breaklines {
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
img.avatar {
|
|
height: 24px;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
|
|
{{{body}}}
|
|
<script src="/js/htmx.min.js"></script>
|
|
|
|
<script>
|
|
document.addEventListener('alpine:init', () => {
|
|
Alpine.data('login', () => {
|
|
return {
|
|
turbo: 'haha sure why not',
|
|
path: `/api/auth/ext/patreon?redirectTo=${encodeURIComponent(window.location.pathname + window.location.search)}`,
|
|
}
|
|
})
|
|
})
|
|
|
|
</script>
|
|
<script src="/js/alpine/cdn.min.js"></script>
|
|
|
|
|
|
</body>
|
|
|
|
</html> |