mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-23 15:26:40 +00:00
24 lines
643 B
Plaintext
24 lines
643 B
Plaintext
---
|
|
title: Blog
|
|
layout: layouts/home.njk
|
|
eleventyNavigation:
|
|
key: Archive
|
|
order: 2
|
|
---
|
|
|
|
<style>
|
|
.container {
|
|
max-width: 65ch;
|
|
}
|
|
</style>
|
|
|
|
<div class='container mx-auto py-8 px-4'>
|
|
<h1 class='text-4xl mb-8 font-bold'>Support</h1>
|
|
|
|
All support is handled through our Discord server. In addition to staff, there are over 1,000 members ready to help.
|
|
|
|
<div class="mt-10">
|
|
<iframe src="https://discord.com/widget?id=1128192380500193370&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
|
|
</div>
|
|
</div>
|