diff --git a/src/comp/card.svelte b/src/comp/card.svelte new file mode 100644 index 0000000..906a76d --- /dev/null +++ b/src/comp/card.svelte @@ -0,0 +1,34 @@ + + + + + +
+ +
+
diff --git a/src/routes/(app)/posts/+page.svelte b/src/routes/(app)/posts/+page.svelte index 4bc072e..5f42791 100644 --- a/src/routes/(app)/posts/+page.svelte +++ b/src/routes/(app)/posts/+page.svelte @@ -1,4 +1,5 @@ -

Posts

- + + +

Posts

+
+ + wave + Welcome to ECHO + + +
diff --git a/static/waving-hand-sign.png b/static/waving-hand-sign.png new file mode 100644 index 0000000..bcd7daa Binary files /dev/null and b/static/waving-hand-sign.png differ