mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
13 lines
378 B
Plaintext
13 lines
378 B
Plaintext
<%@ 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>
|