Initial commit
This commit is contained in:
20
FWA_MAIN/obj/Debug/Package/PackageTmp/testpage.aspx
Normal file
20
FWA_MAIN/obj/Debug/Package/PackageTmp/testpage.aspx
Normal file
@@ -0,0 +1,20 @@
|
||||
<%@ Page Language="C#" CodeBehind="testpage.aspx.cs" Inherits="FWA_MAIN.testpage" %>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<script runat="server">
|
||||
|
||||
</script>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<title>testoage</title>
|
||||
</head>
|
||||
<body>
|
||||
<form id="somethingelse" runat="server">
|
||||
<div>
|
||||
<h1>THIS IS TESTPAGE</h1>
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user