diff --git a/infrastructure/eid-wallet/src/app.html b/infrastructure/eid-wallet/src/app.html
index 92e7e333..33600a68 100644
--- a/infrastructure/eid-wallet/src/app.html
+++ b/infrastructure/eid-wallet/src/app.html
@@ -4,6 +4,7 @@
+
Tauri + SvelteKit + Typescript App
%sveltekit.head%
diff --git a/infrastructure/eid-wallet/src/lib/fragments/SplashScreen/SplashScreen.svelte b/infrastructure/eid-wallet/src/lib/fragments/SplashScreen/SplashScreen.svelte
new file mode 100644
index 00000000..d344a848
--- /dev/null
+++ b/infrastructure/eid-wallet/src/lib/fragments/SplashScreen/SplashScreen.svelte
@@ -0,0 +1,21 @@
+
+
+
+
+
+

+

+
+
eAgency
+
Your self-sovereign digital entity
+
+

+
+
+
+
\ No newline at end of file
diff --git a/infrastructure/eid-wallet/src/lib/ui/Drawer/Drawer.svelte b/infrastructure/eid-wallet/src/lib/ui/Drawer/Drawer.svelte
index e804ff30..0af52cf9 100644
--- a/infrastructure/eid-wallet/src/lib/ui/Drawer/Drawer.svelte
+++ b/infrastructure/eid-wallet/src/lib/ui/Drawer/Drawer.svelte
@@ -1,7 +1,7 @@
-
+
{#if showSplashScreen}
-
-

-

-
-
eAgency
-
Your self-sovereign digital entity
-
-

-
+
{:else}
{@render children?.()}
-{/if}
\ No newline at end of file
+{/if}
+
\ No newline at end of file