source:
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Home/About.aspx
@
11589
Last change on this file since 11589 was 6317, checked in by jwolfing, 13 years ago | |
---|---|
File size: 379 bytes |
Rev | Line | |
---|---|---|
[6050] | 1 | <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> |
2 | ||
3 | <asp:Content ID="aboutTitle" ContentPlaceHolderID="TitleContent" runat="server"> | |
[6317] | 4 | About |
[6050] | 5 | </asp:Content> |
6 | <asp:Content ID="aboutContent" ContentPlaceHolderID="MainContent" runat="server"> | |
[6317] | 7 | <h2> |
8 | About</h2> | |
9 | <p> | |
10 | Put content here. | |
11 | </p> | |
[6050] | 12 | </asp:Content> |
Note: See TracBrowser
for help on using the repository browser.