website/src/routes/pubnix/faq/+page.svelte

10 lines
277 B
Svelte
Raw Normal View History

2023-01-25 22:41:11 +05:30
<script lang="ts">
import type { PageData } from "./$types";
2023-01-07 22:59:58 +05:30
2023-01-25 22:41:11 +05:30
export let data: PageData;
</script>
2023-01-07 22:59:58 +05:30
2023-01-25 22:41:11 +05:30
<h1>{data.title}</h1>
2023-01-07 22:59:58 +05:30
2023-01-25 22:41:11 +05:30
<h2>What is a pubnix?</h2>
<span>A pubnix is a [[Unix?]] server provided by a person or a group to a group for non-commercial recreational goals.</span>