From 472c18a99851397939351dd4cfc50220c84dc4c2 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 20 Oct 2023 18:08:15 -0500 Subject: Initial skeleton (hehe) commit Signed-off-by: Matt Strapp --- clients/www/src/routes/+layout.svelte | 33 +++++++++++++++++++++++++++++++++ clients/www/src/routes/+layout.ts | 1 + clients/www/src/routes/+page.svelte | 1 + 3 files changed, 35 insertions(+) create mode 100644 clients/www/src/routes/+layout.svelte create mode 100644 clients/www/src/routes/+layout.ts create mode 100644 clients/www/src/routes/+page.svelte (limited to 'clients/www/src/routes') diff --git a/clients/www/src/routes/+layout.svelte b/clients/www/src/routes/+layout.svelte new file mode 100644 index 0000000..15780c3 --- /dev/null +++ b/clients/www/src/routes/+layout.svelte @@ -0,0 +1,33 @@ + + + + + {@html webManifest} + + + + + + + + + + + Zelda: Oracle Password Generator + + TODO: SOURCE CODE + + + + + + diff --git a/clients/www/src/routes/+layout.ts b/clients/www/src/routes/+layout.ts new file mode 100644 index 0000000..c8cacf0 --- /dev/null +++ b/clients/www/src/routes/+layout.ts @@ -0,0 +1 @@ +export const prerender = true; \ No newline at end of file diff --git a/clients/www/src/routes/+page.svelte b/clients/www/src/routes/+page.svelte new file mode 100644 index 0000000..2ea190a --- /dev/null +++ b/clients/www/src/routes/+page.svelte @@ -0,0 +1 @@ +TODO: Draw the rest of the owl \ No newline at end of file -- cgit v1.2.3