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