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

10 lines
277 B
Svelte

<script lang="ts">
import type { PageData } from "./$types";
export let data: PageData;
</script>
<h1>{data.title}</h1>
<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>