You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
698 B
17 lines
698 B
<%@ Page Title="Contact" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="SCP.Contact" %>
|
|
|
|
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
|
|
<h2><%: Title %>.</h2>
|
|
<h3>Your contact page.</h3>
|
|
<address>
|
|
One Microsoft Way<br />
|
|
Redmond, WA 98052-6399<br />
|
|
<abbr title="Phone">P:</abbr>
|
|
425.555.0100
|
|
</address>
|
|
|
|
<address>
|
|
<strong>Support:</strong> <a href="mailto:Support@example.com">Support@example.com</a><br />
|
|
<strong>Marketing:</strong> <a href="mailto:Marketing@example.com">Marketing@example.com</a>
|
|
</address>
|
|
</asp:Content>
|
|
|