diff --git a/MCTG/Views/App.xaml.cs b/MCTG/Views/App.xaml.cs
index 1c7c5c7..7f5a65e 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 Login();
+ MainPage = new MyProfil();
//MainPage = new MyPosts();
}
}
diff --git a/MCTG/Views/MyProfil.xaml b/MCTG/Views/MyProfil.xaml
new file mode 100644
index 0000000..d54c6b5
--- /dev/null
+++ b/MCTG/Views/MyProfil.xaml
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MCTG/Views/MyProfil.xaml.cs b/MCTG/Views/MyProfil.xaml.cs
new file mode 100644
index 0000000..fff0b87
--- /dev/null
+++ b/MCTG/Views/MyProfil.xaml.cs
@@ -0,0 +1,9 @@
+namespace Views;
+
+public partial class MyProfil : ContentPage
+{
+ public MyProfil()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/MCTG/Views/Views.csproj b/MCTG/Views/Views.csproj
index cccea1b..e281306 100644
--- a/MCTG/Views/Views.csproj
+++ b/MCTG/Views/Views.csproj
@@ -74,6 +74,9 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
MSBuild:Compile