diff --git a/AppShell.xaml b/AppShell.xaml
index df3a2c6..5c6356f 100644
--- a/AppShell.xaml
+++ b/AppShell.xaml
@@ -73,5 +73,9 @@
Title="My Recipes Page"
ContentTemplate="{DataTemplate pages:MyRecipesPage}"
Route="MyRecipes" />
+
\ No newline at end of file
diff --git a/Pages/Splash.xaml b/Pages/Splash.xaml
new file mode 100644
index 0000000..8e6e8a2
--- /dev/null
+++ b/Pages/Splash.xaml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Pages/Splash.xaml.cs b/Pages/Splash.xaml.cs
new file mode 100644
index 0000000..4d2df16
--- /dev/null
+++ b/Pages/Splash.xaml.cs
@@ -0,0 +1,9 @@
+namespace ShoopNCook.Pages;
+
+public partial class Splash : ContentPage
+{
+ public Splash()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/ShoopNCook.csproj b/ShoopNCook.csproj
index 522dafd..84033d7 100644
--- a/ShoopNCook.csproj
+++ b/ShoopNCook.csproj
@@ -90,6 +90,9 @@
+
+ MSBuild:Compile
+
MSBuild:Compile