diff --git a/AppShell.xaml b/AppShell.xaml
index 024f992..f0da98a 100644
--- a/AppShell.xaml
+++ b/AppShell.xaml
@@ -78,5 +78,10 @@
Title="Create Recipe Page"
ContentTemplate="{DataTemplate pages:CreateRecipePage}"
Route="CreateRecipe" />
+
+
\ 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