donate button, and redirect

This commit is contained in:
MrFry 2020-01-15 09:00:25 +01:00
parent 34cd2f25d6
commit 3d26aee605
4 changed files with 47 additions and 4 deletions

View file

@ -40,7 +40,8 @@
<a href="<%= siteurl %>/data.json">Összes kérdés (JSON)</a> |
<a href="<%= siteurl %>/servergit">Szerver repó</a> |
<a href="<%= siteurl %>/scriptgit">Userscript repó</a> |
<a href="<%= siteurl %>/classesgit">Classes repó</a>
<a href="<%= siteurl %>/classesgit">Classes repó</a> |
<a href="<%= siteurl %>/donate">Donate</a>
</h2>
<hr>

28
views/qmining/thanks.ejs Normal file
View file

@ -0,0 +1,28 @@
<html>
<body bgcolor="#212127">
<head>
<title>Question mining</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.8" />
<style>
body {
font: normal 14px Verdana;
color: #999999;
}
a {
color: #9999ff;
}
</style>
</head>
<center>
<h1>
Thanks for the gold kind question miner! =^.^=
</br>
<a href="<%= siteurl %>">Vissza a főoldalra</a>
</h1>
</center>
</body>
</html>