18 lines
433 B
Plaintext
18 lines
433 B
Plaintext
<%@ Page Title="Title" Language="C#" MasterPageFile="main.master" CodeBehind="~/Default.aspx.cs" Inherits="FWA_MAIN.Default" %>
|
|
|
|
<asp:Content runat="server" ContentPlaceHolderID="cph1">
|
|
<head>
|
|
|
|
<link href="main.css" rel="stylesheet" type="text/css" />
|
|
|
|
</head>
|
|
<body runat="server">
|
|
<div class="standardcontentpage">
|
|
|
|
<h1>Hello</h1>
|
|
|
|
</div></body>
|
|
|
|
|
|
|
|
</asp:Content> |