diff options
Diffstat (limited to 'samples/TestAzureAD/About.aspx')
-rw-r--r-- | samples/TestAzureAD/About.aspx | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/samples/TestAzureAD/About.aspx b/samples/TestAzureAD/About.aspx new file mode 100644 index 0000000..2462d8a --- /dev/null +++ b/samples/TestAzureAD/About.aspx @@ -0,0 +1,34 @@ +<%@ 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 |