diff --git a/mastermind/AppShell.xaml b/mastermind/AppShell.xaml
index 4cb1846..1336b6c 100644
--- a/mastermind/AppShell.xaml
+++ b/mastermind/AppShell.xaml
@@ -5,17 +5,10 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:mastermind"
xmlns:pages="clr-namespace:mastermind.Pages"
- Shell.FlyoutBehavior="Disabled"
- Title="mastermind">
+ Shell.FlyoutBehavior="Flyout"
+ Title="Mastermind">
-
-
-
-
-
-
-
+
diff --git a/mastermind/Pages/NewPage1.xaml b/mastermind/Pages/NewPage1.xaml
deleted file mode 100644
index 806d5c5..0000000
--- a/mastermind/Pages/NewPage1.xaml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/mastermind/Pages/NewPage1.xaml.cs b/mastermind/Pages/NewPage1.xaml.cs
deleted file mode 100644
index bc74602..0000000
--- a/mastermind/Pages/NewPage1.xaml.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-namespace mastermind.Pages;
-
-public partial class NewPage1 : ContentPage
-{
- public NewPage1()
- {
- InitializeComponent();
- }
-}
\ No newline at end of file
diff --git a/mastermind/Pages/connexionPage.xaml b/mastermind/Pages/connexionPage.xaml
new file mode 100644
index 0000000..cfb6d1d
--- /dev/null
+++ b/mastermind/Pages/connexionPage.xaml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mastermind/Pages/connexionPage.xaml.cs b/mastermind/Pages/connexionPage.xaml.cs
new file mode 100644
index 0000000..1ff9d8a
--- /dev/null
+++ b/mastermind/Pages/connexionPage.xaml.cs
@@ -0,0 +1,9 @@
+namespace mastermind.Pages;
+
+public partial class connexionPage : ContentPage
+{
+ public connexionPage()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/mastermind/mastermind.csproj b/mastermind/mastermind.csproj
index d4f2ba0..f9dbbd2 100644
--- a/mastermind/mastermind.csproj
+++ b/mastermind/mastermind.csproj
@@ -66,10 +66,13 @@
Connexion.xaml
+
+ connexionPage.xaml
+
-
+
MSBuild:Compile