2016-11-01 13:13:07 -05:00
|
|
|
<html>
|
|
|
|
|
<head>
|
2020-03-24 14:38:09 -05:00
|
|
|
<!--#include virtual="/base.html" -->
|
2022-07-26 14:58:12 +03:00
|
|
|
<link rel="stylesheet" href="css/all.css"/>
|
2017-03-20 16:05:11 -05:00
|
|
|
<!--#include virtual="/title.html" -->
|
2016-11-01 13:13:07 -05:00
|
|
|
<script><!--#include virtual="/interface_config.js" --></script>
|
2020-03-24 14:38:09 -05:00
|
|
|
<script src="static/close.js"></script>
|
2016-11-01 13:13:07 -05:00
|
|
|
</head>
|
2016-11-14 15:01:08 -06:00
|
|
|
<body>
|
2016-11-01 13:13:07 -05:00
|
|
|
<div class="redirectPageMessage">
|
|
|
|
|
<div class="thanks-msg">
|
|
|
|
|
<p id="thanksMessage"></p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="hint-msg">
|
|
|
|
|
<p>
|
2016-12-30 10:19:58 -06:00
|
|
|
<span id="hintQuestion">Did you know?</span>
|
2016-11-01 13:13:07 -05:00
|
|
|
<span class="hint-msg__holder" id="hintMessage"></span>
|
|
|
|
|
</p>
|
|
|
|
|
<div class="happy-software"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|