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

36 lines
1.2 KiB
PHP

<?php if (!defined('IN_APP')) die(); ?><!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="referrer" content="never">
<title>Success - 4chan</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<style type="text/css">
body {
background: url('//s.4cdn.org/image/fade.png') repeat-x scroll center top #FFFFEE;
font-family: 'Helvetica Neue', arial, sans-serif;
margin: 5px 0 5px 0;
padding: 0 5px;
font-size: 13px;
color: #800000;
}
#success {
margin-top: 50px;
font-size: 24px;
font-weight: bold;
text-align: center;
color: green;
}
.msg {
text-align: center;
margin-top: 20px;
}
</style>
</head>
<body>
<div id="success">Payment Successful</div>
<div class="msg">An e-mail containing the receipt and the Pass login details will be sent to you shortly. If this purchase was a gift, then only the gift recepient will receive the Pass login details.</div>
<div class="msg">If you don't get a confirmation e-mail within an hour, please contact <a href="mailto:4chanpass@4chan.org">4chanpass@4chan.org</a></div>
<div class="msg">Thanks again for your support!</div>
</body>
</html>