36 lines
761 B
PHP
Executable file
36 lines
761 B
PHP
Executable file
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Completed Feedback Submission</title>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
|
<LINK REL=STYLESHEET HREF="/styles.css" TYPE="text/css">
|
|
<style>
|
|
pre {
|
|
white-space: pre-wrap;
|
|
white-space: -moz-pre-wrap;
|
|
white-space: -pre-wrap;
|
|
white-space: -o-pre-wrap;
|
|
word-wrap: break-word;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p>
|
|
Thank you for submitting feedback:<blockquote><br>
|
|
<pre><?php echo $output; ?></pre>
|
|
</blockquote><br><br>
|
|
<a href="/about/">Return to About page</a>
|
|
<br><br>
|
|
<a href="/">Return to Wiby</a>
|
|
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|