18 lines
453 B
HTML
18 lines
453 B
HTML
<!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>Unfortunately an error occurred the set up process.</p>
|
|
<p><a href="index.php">return and try again.</a></p>
|
|
|
|
|
|
</body>
|
|
</html> |