diff --git a/Sources/Ohara/AppShell.xaml b/Sources/Ohara/AppShell.xaml
index d199a5d..02b2def 100644
--- a/Sources/Ohara/AppShell.xaml
+++ b/Sources/Ohara/AppShell.xaml
@@ -14,7 +14,7 @@
+ Route="NewPage2" />
diff --git a/Sources/Ohara/NewPage2.xaml b/Sources/Ohara/NewPage2.xaml
index c5325c0..be9e5d4 100644
--- a/Sources/Ohara/NewPage2.xaml
+++ b/Sources/Ohara/NewPage2.xaml
@@ -32,6 +32,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sources/Ohara/NewPage3.xaml b/Sources/Ohara/NewPage3.xaml
new file mode 100644
index 0000000..ecd33e6
--- /dev/null
+++ b/Sources/Ohara/NewPage3.xaml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sources/Ohara/NewPage3.xaml.cs b/Sources/Ohara/NewPage3.xaml.cs
new file mode 100644
index 0000000..56a5a77
--- /dev/null
+++ b/Sources/Ohara/NewPage3.xaml.cs
@@ -0,0 +1,10 @@
+namespace Ohara;
+
+public partial class NewPage3 : ContentPage
+{
+ public NewPage3()
+ {
+
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Sources/Ohara/Ohara.csproj b/Sources/Ohara/Ohara.csproj
index d4d1e5e..701ec1d 100644
--- a/Sources/Ohara/Ohara.csproj
+++ b/Sources/Ohara/Ohara.csproj
@@ -59,6 +59,9 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
diff --git a/Sources/Ohara/Resources/Styles/Styles.xaml b/Sources/Ohara/Resources/Styles/Styles.xaml
index 950ce05..732b4d0 100644
--- a/Sources/Ohara/Resources/Styles/Styles.xaml
+++ b/Sources/Ohara/Resources/Styles/Styles.xaml
@@ -407,6 +407,7 @@
+
@@ -424,6 +425,7 @@
+