mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01: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>
|