mrfrys-node-server/views/qmining/thanks.ejs
2020-01-15 09:06:27 +01:00

28 lines
496 B
Text

<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>