mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-28 10:24:36 +00:00
6 lines
220 B
PHP
6 lines
220 B
PHP
|
<?php require_once('./header.php'); ?>
|
||
|
<div class="turtle-main">
|
||
|
<div class="turtle-block"><span>You've succesfully changed your password. Safe travels!</span></div>
|
||
|
<?php require_once ('./footer.php') ?>
|
||
|
</body></html>
|