diff --git a/MangaMap/AppShell.xaml b/MangaMap/AppShell.xaml
index e879090..229c8eb 100644
--- a/MangaMap/AppShell.xaml
+++ b/MangaMap/AppShell.xaml
@@ -19,6 +19,10 @@
+
+
+
diff --git a/MangaMap/MangaMap.csproj b/MangaMap/MangaMap.csproj
index bae8805..3dfee2b 100644
--- a/MangaMap/MangaMap.csproj
+++ b/MangaMap/MangaMap.csproj
@@ -68,6 +68,9 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
MSBuild:Compile
diff --git a/MangaMap/Views/homePage.xaml b/MangaMap/Views/homePage.xaml
index 8fe5121..709d70c 100644
--- a/MangaMap/Views/homePage.xaml
+++ b/MangaMap/Views/homePage.xaml
@@ -43,7 +43,7 @@
HeightRequest="150"
Fill="Purple"/>
-
+
@@ -71,5 +71,6 @@
+
\ No newline at end of file
diff --git a/MangaMap/Views/settingsPage.xaml b/MangaMap/Views/settingsPage.xaml
new file mode 100644
index 0000000..f442a6b
--- /dev/null
+++ b/MangaMap/Views/settingsPage.xaml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/MangaMap/Views/settingsPage.xaml.cs b/MangaMap/Views/settingsPage.xaml.cs
new file mode 100644
index 0000000..2023d30
--- /dev/null
+++ b/MangaMap/Views/settingsPage.xaml.cs
@@ -0,0 +1,14 @@
+namespace MangaMap.Views;
+
+public partial class settingsPage : ContentPage
+{
+ public settingsPage()
+ {
+ InitializeComponent();
+ }
+
+ private void OnLoginClicked(object sender, EventArgs e)
+ {
+ //
+ }
+}
\ No newline at end of file