This repository has been archived on 2025-07-09. You can view files and clone it, but cannot push or open issues or pull requests.
oohay/html/bulksubmit/submit.html.php
2025-05-23 15:11:34 -07:00

28 lines
479 B
PHP
Executable file

<!DOCTYPE html>
<html>
<head>
<title>Completed Submission</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<LINK REL=STYLESHEET HREF="/styles.css" TYPE="text/css">
</head>
<body>
<p>
<?php echo $output; ?>
<br><br>
<a href="bulksubmit.php">Return to bulk submission page</a>
<br><br>
<a href="/">Return to wiby</a>
</p>
</body>
</html>