Files
admodelling.org/INTERFACE/WebLCP/About.aspx
T
Samuele E. Locatelli 2cedd666e9 Release iniziale sito...
2019-10-07 09:58:52 +02:00

8 lines
380 B
Plaintext

<%@ Page Title="About" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="WebLCP.About" %>
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
<h2><%: Title %>.</h2>
<h3>Your application description page.</h3>
<p>Use this area to provide additional information.</p>
</asp:Content>