diff --git a/MCTG/Views/App.xaml.cs b/MCTG/Views/App.xaml.cs
index 730625e..1c7c5c7 100644
--- a/MCTG/Views/App.xaml.cs
+++ b/MCTG/Views/App.xaml.cs
@@ -30,7 +30,7 @@ namespace Views
/* - Comment(ctrl-k + ctrl-c)/Uncomment(ctrl-k + ctrl-u) to change page - */
- MainPage = new ViewRecette();
+ MainPage = new Login();
//MainPage = new MyPosts();
}
}
diff --git a/MCTG/Views/Login.xaml b/MCTG/Views/Login.xaml
new file mode 100644
index 0000000..453c4fc
--- /dev/null
+++ b/MCTG/Views/Login.xaml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/MCTG/Views/Login.xaml.cs b/MCTG/Views/Login.xaml.cs
new file mode 100644
index 0000000..68ee97f
--- /dev/null
+++ b/MCTG/Views/Login.xaml.cs
@@ -0,0 +1,9 @@
+namespace Views;
+
+public partial class Login : ContentPage
+{
+ public Login()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/MCTG/Views/Views.csproj b/MCTG/Views/Views.csproj
index 0aa34ae..cccea1b 100644
--- a/MCTG/Views/Views.csproj
+++ b/MCTG/Views/Views.csproj
@@ -65,6 +65,9 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
MSBuild:Compile