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.
13 lines
378 B
13 lines
378 B
<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
|
|
|
|
<asp:Content ID="aboutTitle" ContentPlaceHolderID="TitleContent" runat="server">
|
|
About Us
|
|
</asp:Content>
|
|
|
|
<asp:Content ID="aboutContent" ContentPlaceHolderID="MainContent" runat="server">
|
|
<h2>About</h2>
|
|
<p>
|
|
Put content here.
|
|
</p>
|
|
</asp:Content>
|