diff --git a/Pages/SplashScreen.xaml b/Pages/SplashScreen.xaml
new file mode 100644
index 0000000..7907bdd
--- /dev/null
+++ b/Pages/SplashScreen.xaml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Pages/SplashScreen.xaml.cs b/Pages/SplashScreen.xaml.cs
new file mode 100644
index 0000000..98ac91f
--- /dev/null
+++ b/Pages/SplashScreen.xaml.cs
@@ -0,0 +1,9 @@
+namespace ShoopNCook.Pages;
+
+public partial class SplashScreen : ContentPage
+{
+ public SplashScreen()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Resources/AppIcon/appicon.svg b/Resources/AppIcon/appicon.svg
index 9d63b65..e3dcb1f 100644
Binary files a/Resources/AppIcon/appicon.svg and b/Resources/AppIcon/appicon.svg differ
diff --git a/Resources/Images/logo.png b/Resources/Images/logo.png
new file mode 100644
index 0000000..e3dcb1f
Binary files /dev/null and b/Resources/Images/logo.png differ
diff --git a/Resources/Splash/splash.svg b/Resources/Splash/splash.svg
index 21dfb25..e3dcb1f 100644
Binary files a/Resources/Splash/splash.svg and b/Resources/Splash/splash.svg differ
diff --git a/ShoopNCook.csproj b/ShoopNCook.csproj
index 36a935f..522dafd 100644
--- a/ShoopNCook.csproj
+++ b/ShoopNCook.csproj
@@ -32,10 +32,8 @@
-
-