wiby/html/bulksubmit/submit.html.php

29 lines
491 B
PHP
Raw Normal View History

2022-07-08 03:48:28 +00:00
<!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/bulksubmit.php">Return to bulk submission page</a>
<br><br>
<a href="/">Return to wiby</a>
</p>
</body>
</html>