mirror of
https://github.com/Rushilwiz/newbooksnetwork.git
synced 2025-04-09 14:50:20 -04:00
16 lines
425 B
PHP
16 lines
425 B
PHP
<?php
|
|
require "../header.php"
|
|
?>
|
|
<div class="page2">
|
|
<div class="form">
|
|
<form class="login-form" action="index.php?signup=success">
|
|
<h2>Great! You're all set up!
|
|
Click the button to return to the login.</h2>
|
|
<button>BACK</button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<?php
|
|
require "../footer.php"
|
|
?>
|