🎨 Formatted code
This commit is contained in:
Generated
+1691
-630
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
<script lang='ts'>
|
||||
<script lang="ts">
|
||||
import { onMount } from 'svelte';
|
||||
import '$lib/hljs.css';
|
||||
|
||||
@@ -11,12 +11,12 @@
|
||||
<svelte:head>
|
||||
<title>ClassQuiz/docs - Privacy policy</title>
|
||||
<meta
|
||||
name='description'
|
||||
content='How to self-host ClassQuiz, the open-source quiz-application'
|
||||
name="description"
|
||||
content="How to self-host ClassQuiz, the open-source quiz-application"
|
||||
/>
|
||||
</svelte:head>
|
||||
|
||||
<article class='prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto mt-10 prose-gray px-4'>
|
||||
<article class="prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto mt-10 prose-gray px-4">
|
||||
<h1>Privacy Policy</h1>
|
||||
|
||||
<h2>What gets stored for how long and why</h2>
|
||||
@@ -67,8 +67,8 @@
|
||||
|
||||
<h2>Third-parties</h2>
|
||||
<p>
|
||||
This site uses <a href='https://sentry.io/'>Sentry</a> to log errors. An opt-out is not
|
||||
This site uses <a href="https://sentry.io/">Sentry</a> to log errors. An opt-out is not
|
||||
available at the moment. This website also uses
|
||||
<a href='https://plausible.io/'>Plausible</a> to log usage-data.
|
||||
<a href="https://plausible.io/">Plausible</a> to log usage-data.
|
||||
</p>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user