+ <%: Title %>.
+ Your application description page.
+ Use this area to provide additional information.
+
diff --git a/GPW/About.aspx.cs b/GPW/About.aspx.cs
new file mode 100644
index 0000000..16fe78e
--- /dev/null
+++ b/GPW/About.aspx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GPW
+{
+ public partial class About : Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/GPW/About.aspx.designer.cs b/GPW/About.aspx.designer.cs
new file mode 100644
index 0000000..2ca311d
--- /dev/null
+++ b/GPW/About.aspx.designer.cs
@@ -0,0 +1,17 @@
+//------------------------------------------------------------------------------
+//
+
+
+
ASP.NET
+
ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS, and JavaScript.
+
Learn more »
+
+
+
+
+
Getting started
+
+ ASP.NET Web Forms lets you build dynamic websites using a familiar drag-and-drop, event-driven model.
+ A design surface and hundreds of controls and components let you rapidly build sophisticated, powerful UI-driven sites with data access.
+
+
+ Learn more »
+
+
+
+
Get more libraries
+
+ NuGet is a free Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.
+
+
+ Learn more »
+
+
+
+
Web Hosting
+
+ You can easily find a web hosting company that offers the right mix of features and price for your applications.
+
+
+ Learn more »
+
+
+
+
+
diff --git a/GPW/Default.aspx.cs b/GPW/Default.aspx.cs
new file mode 100644
index 0000000..648daaf
--- /dev/null
+++ b/GPW/Default.aspx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace GPW
+{
+ public partial class _Default : Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/GPW/Default.aspx.designer.cs b/GPW/Default.aspx.designer.cs
new file mode 100644
index 0000000..55fdcfb
--- /dev/null
+++ b/GPW/Default.aspx.designer.cs
@@ -0,0 +1,17 @@
+//------------------------------------------------------------------------------
+//