mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
better navbar
This commit is contained in:
@@ -7,4 +7,7 @@
|
||||
<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>
|
||||
<span
|
||||
>A pubnix is a [[Unix?]] server provided by a person or a group to a group
|
||||
for non-commercial recreational goals.</span
|
||||
>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import type { PageLoad } from "./$types";
|
||||
|
||||
export const load = (() => {
|
||||
return {
|
||||
title: "Pubnix FAQ"
|
||||
};
|
||||
}) satisfies PageLoad;
|
||||
return {
|
||||
title: "Pubnix FAQ"
|
||||
};
|
||||
}) satisfies PageLoad;
|
||||
|
||||
Reference in New Issue
Block a user