From 92e6e8efbe05e0a37f6a3490cccd21b8d6b2ee93 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 21 Feb 2025 17:04:22 +0100 Subject: [PATCH] user add --- src/app.html | 6 +- src/routes/+page.svelte | 255 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 258 insertions(+), 3 deletions(-) diff --git a/src/app.html b/src/app.html index 77a5ff5..3816a7e 100644 --- a/src/app.html +++ b/src/app.html @@ -1,12 +1,16 @@ + + %sveltekit.head% +
%sveltekit.body%
- + + \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index cc88df0..34da081 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,2 +1,253 @@ -

Welcome to SvelteKit

-

Visit svelte.dev/docs/kit to read the documentation

+ + +
+
+
+ 12:45 +
+
+ U16 man +
+
+ Round 1 +
+
+ Heat 3 +
+
+ +
+
+
John Doe
+
8.5
+
+ +
+
+
Jane Smith
+
7.2
+
+
+ + +
+
+
+ tempo + + category + +
+
+ round + + heat + + + +
+ +
+
    + {#each surfers as id} +
  • +
    + + + nome + + + score + +
    +
  • + {/each} +
+
+
+
+ +