Initial commit
This commit is contained in:
18
FWA_MAIN/Default.aspx
Normal file
18
FWA_MAIN/Default.aspx
Normal file
@@ -0,0 +1,18 @@
|
||||
<%@ 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>
|
Reference in New Issue
Block a user