Initial commit

This commit is contained in:
2024-03-20 13:04:27 -04:00
commit afb094bf06
684 changed files with 446748 additions and 0 deletions

18
FWA_MAIN/Default.aspx Normal file
View 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>