Initial commit

This commit is contained in:
whoisfrost
2026-02-17 13:30:09 -06:00
commit f24a2e2235
404 changed files with 37425 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Set Up Page</title>
<LINK REL=STYLESHEET TYPE="text/css" HREF="./pageTemplates/sampleApplication.css">
</head>
<body>
<h1>Sample Sales Reporting Application - Set Up Procedure</h1>
<p>[ERRORS]</p>
<p>Sample Application Set Up Complete.</p>
<p><a href="index.php">view Sample Application</a></p>
</body>
</html>