source:
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Home/About.aspx
@
7908
Last change on this file since 7908 was 6316, checked in by dkahn, 14 years ago | |
---|---|
File size: 446 bytes |
Line | |
---|---|
1 | <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> |
2 | |
3 | <asp:Content ID="aboutTitle" ContentPlaceHolderID="TitleContent" runat="server"> |
4 | About Us |
5 | </asp:Content> |
6 | |
7 | <asp:Content ID="aboutContent" ContentPlaceHolderID="MainContent" runat="server"> |
8 | <h2>About</h2> |
9 | <p> |
10 | Put content here. |
11 | <input type="submit" class="hl-icon-delete" /> |
12 | </p> |
13 | </asp:Content> |
Note: See TracBrowser
for help on using the repository browser.