mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
23 lines
509 B
Plaintext
23 lines
509 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. If you need private support, you can DM @noaxis on Discord or email ben@pockethost.io.
|
|
<div class="mt-10">
|
|
<a class="btn btn-primary" href="{{ env.PUBLIC_DISCORD_URL }}">Discord server</a>
|
|
</div>
|
|
</div>
|