From f7da804e40b990e5f1ee2214a2e2e4984d704f16 Mon Sep 17 00:00:00 2001 From: toufic ar Date: Tue, 7 Jul 2026 18:29:43 +0300 Subject: initial commit --- src/lib/components/Services.svelte | 77 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 src/lib/components/Services.svelte (limited to 'src/lib/components/Services.svelte') diff --git a/src/lib/components/Services.svelte b/src/lib/components/Services.svelte new file mode 100644 index 0000000..d291599 --- /dev/null +++ b/src/lib/components/Services.svelte @@ -0,0 +1,77 @@ + + + + a list of my public services;
+ everything you can access/use is free (as in free speech and free beer) +
+
+
+ {#each services as service} + + {/each} +
+
-- cgit v1.3.1