summaryrefslogtreecommitdiffstats
path: root/samples/TestAzureAD/About.aspx
diff options
context:
space:
mode:
Diffstat (limited to 'samples/TestAzureAD/About.aspx')
-rw-r--r--samples/TestAzureAD/About.aspx34
1 files changed, 0 insertions, 34 deletions
diff --git a/samples/TestAzureAD/About.aspx b/samples/TestAzureAD/About.aspx
deleted file mode 100644
index 2462d8a..0000000
--- a/samples/TestAzureAD/About.aspx
+++ /dev/null
@@ -1,34 +0,0 @@
-<%@ Page Title="About" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="TestAzureAD.About" %>
-
-<asp:Content runat="server" ID="BodyContent" ContentPlaceHolderID="MainContent">
- <hgroup class="title">
- <h1><%: Title %>.</h1>
- <h2>Your app description page.</h2>
- </hgroup>
-
- <article>
- <p>
- Use this area to provide additional information.
- </p>
-
- <p>
- Use this area to provide additional information.
- </p>
-
- <p>
- Use this area to provide additional information.
- </p>
- </article>
-
- <aside>
- <h3>Aside Title</h3>
- <p>
- Use this area to provide additional information.
- </p>
- <ul>
- <li><a runat="server" href="~/">Home</a></li>
- <li><a runat="server" href="~/About.aspx">About</a></li>
- <li><a runat="server" href="~/Contact.aspx">Contact</a></li>
- </ul>
- </aside>
-</asp:Content> \ No newline at end of file