diff --git a/ZuneModdingHelper/Pages/AboutPage.xaml b/ZuneModdingHelper/Pages/AboutPage.xaml
new file mode 100644
index 0000000..0cf4289
--- /dev/null
+++ b/ZuneModdingHelper/Pages/AboutPage.xaml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ZuneModdingHelper/Pages/AboutPage.xaml.cs b/ZuneModdingHelper/Pages/AboutPage.xaml.cs
new file mode 100644
index 0000000..62bb783
--- /dev/null
+++ b/ZuneModdingHelper/Pages/AboutPage.xaml.cs
@@ -0,0 +1,28 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+
+namespace ZuneModdingHelper.Pages
+{
+ ///
+ /// Interaction logic for AboutPage.xaml
+ ///
+ public partial class AboutPage : UserControl
+ {
+ public AboutPage()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/ZuneModdingHelper/Pages/ModsPage.xaml b/ZuneModdingHelper/Pages/ModsPage.xaml
index 31cc1ae..e82ca98 100644
--- a/ZuneModdingHelper/Pages/ModsPage.xaml
+++ b/ZuneModdingHelper/Pages/ModsPage.xaml
@@ -14,12 +14,12 @@
-
-