4chan/www.4chan/views/donate-ok.tpl.php
2025-04-17 18:12:08 -05:00

16 lines
544 B
PHP

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Donate - 4chan</title>
<link rel="stylesheet" type="text/css" href="//s.4cdn.org/css/donate.css?11">
<link rel="shortcut icon" href="//s.4cdn.org/image/favicon.ico" type="image/x-icon">
</head>
<body>
<header><h1 id="title">Thank you for supporting 4chan!</h1></header>
<div id="content" class="donate-ok">
<p>Your donation ID is <?php echo $this->summary['id'] ?></p>
<p>A confirmation e-mail has been sent to <?php echo $this->summary['email'] ?></p>
</div>
</body>
</html>