diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index cd28044..3be7d5b 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -11,5 +11,6 @@ + OwlBoard \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index ebabf9b..7f96f68 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -4,7 +4,7 @@ import InputIsland from '$lib/islands/input-island-form.svelte' import QuickLinkIsland from '$lib/islands/quick-link-island.svelte'; -const title = "Home" +const title = "OwlBoard" const inputIslands = [ { title: "Live Departure Boards", @@ -22,10 +22,6 @@ const inputIslands = [ const variables = {title: "test",action:"/", placeholder:"test",queryName:"test"} - - OwlBoard - {title} - -
diff --git a/src/routes/more/data/+page.svelte b/src/routes/more/data/+page.svelte index fcf17f9..ab16575 100644 --- a/src/routes/more/data/+page.svelte +++ b/src/routes/more/data/+page.svelte @@ -1,12 +1,50 @@ -
- +
+

OwlBoard stored as little data about you as possible to offer the service.

+

Besides your randomly generated UUID which is used to authorise your staff access we store the following data:

+

+ +{#if data[0].domain != "User not Found"} +

Registration Domain: {data[0]['domain']}

+

Access Time: {data[0]['atime']}

+{:else} +

You are not registered, we don't have any data stored.

+{/if} -