diff --git a/src/lib/components/Header.svelte b/src/lib/components/Header.svelte index 81a5828..75b5f69 100644 --- a/src/lib/components/Header.svelte +++ b/src/lib/components/Header.svelte @@ -58,4 +58,7 @@ Register {/if} + + Rulebook + \ No newline at end of file diff --git a/src/routes/account/login/+page.svelte b/src/routes/account/login/+page.svelte index 903cd08..3493023 100644 --- a/src/routes/account/login/+page.svelte +++ b/src/routes/account/login/+page.svelte @@ -30,6 +30,5 @@ {#if form?.success}
{form?.success}
{/if} - By using the Sanifae service, you agree to the Terms of Service. \ No newline at end of file diff --git a/src/routes/account/register/+page.svelte b/src/routes/account/register/+page.svelte index 4e201e7..4bd8bf5 100644 --- a/src/routes/account/register/+page.svelte +++ b/src/routes/account/register/+page.svelte @@ -33,6 +33,6 @@ {#if form?.success}{form?.success}
{/if} - By using the Sanifae service, you agree to the Terms of Service. + By using the Sanifae service, you agree to the Terms of Service. \ No newline at end of file diff --git a/src/routes/tos/+page.svelte b/src/routes/tos/+page.svelte new file mode 100644 index 0000000..098c50d --- /dev/null +++ b/src/routes/tos/+page.svelte @@ -0,0 +1,33 @@ + + + + + + Terms of Service + + +1A. Lewd content is prohibted in public posts
+1B. Sanifae is not a platform for raiding other communities
+ +2A. Do not repost content that was deleted by a moderator
+2B. Do not evade any forms of punishment
+ +3A. This rule may be void in extreme cases of malicious users
+ +4A. Moderators may take action against loopholing
+ +5A. Do not DDOS the Sanifae servers or overload them intentionally
+ ++ +
+ \ No newline at end of file