mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
donate button, and redirect
This commit is contained in:
parent
34cd2f25d6
commit
3d26aee605
4 changed files with 47 additions and 4 deletions
28
views/qmining/thanks.ejs
Normal file
28
views/qmining/thanks.ejs
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue