Initial Commit
This commit is contained in:
20
thanks.php
Normal file
20
thanks.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
define('INDEX',True);
|
||||
|
||||
require('includer.php');
|
||||
|
||||
include('html/top.php');
|
||||
|
||||
?>
|
||||
<h2>Thanks for the donation!</h2>
|
||||
<p>
|
||||
If you have any ideas or comments please drop me a mail at <a href="mailto:sam@xnet.tk">sam@xnet.tk</a>.
|
||||
</p>
|
||||
<p>
|
||||
Cheers!<br/>
|
||||
Sam
|
||||
</p>
|
||||
<?php
|
||||
|
||||
include('html/bottom.php');
|
||||
Reference in New Issue
Block a user