mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
62 lines
2.0 KiB
HTML
62 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html class="no-js">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<title>Project Chocolate</title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<link rel="stylesheet" href="/css/normalize.min.css">
|
|
<link rel="stylesheet" href="/css/main.css">
|
|
|
|
<!--[if lt IE 9]>
|
|
<script src="/js/vendor/html5.js"></script>
|
|
<script>window.html5 || document.write('<script src="/js/vendor/html5shiv.js"><\/script>')</script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
|
|
<div class="header-container">
|
|
<header class="wrapper clearfix">
|
|
<h1 class="title">Thank you</h1>
|
|
</header>
|
|
</div>
|
|
|
|
<div class="main-container">
|
|
<div class="main wrapper clearfix">
|
|
|
|
<article>
|
|
<header>
|
|
</header>
|
|
<section>
|
|
<h2>Thanks for your payment!</h2>
|
|
<p>
|
|
You successfully processed a credit card payment of <b>17.00 simoleons</b> for the
|
|
issuance of a digital certificate.</p><p>This payment relates to session ID %s, which
|
|
requested a certificate for the following names:</p>
|
|
</p>
|
|
%s
|
|
</p>
|
|
</section>
|
|
<footer>
|
|
</footer>
|
|
</article>
|
|
|
|
<aside>
|
|
<p>Following this successful payment, the requested certificate will be issued to you. Please tell your Trustify client application to continue at this time.</p>
|
|
</aside>
|
|
|
|
</div> <!-- #main -->
|
|
</div> <!-- #main-container -->
|
|
|
|
<div class="footer-container">
|
|
<footer class="wrapper">
|
|
|
|
</footer>
|
|
</div>
|
|
|
|
<script src="/js/main.js"></script>
|
|
</body>
|
|
</html>
|