mirror of
https://github.com/transatoshi-mw/grinminer.net.git
synced 2025-10-07 06:12:46 +00:00
new site
This commit is contained in:
30
website/grinminer-form/templates/success.html.tera
Normal file
30
website/grinminer-form/templates/success.html.tera
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Rocket Form Example</title>
|
||||
<link rel="stylesheet" href="/chota.min.css">
|
||||
<style>
|
||||
.container {
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
padding: 20px 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>Success!</h1>
|
||||
|
||||
<h3>Submission Data</h3>
|
||||
|
||||
<ul>
|
||||
{% for key, value in values %}
|
||||
<li><strong>{{ key }}</strong> - {{ value }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<a href="/">< Submit Another</a>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user