You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
499 B
26 lines
499 B
<html>
|
|
<head>
|
|
<script src="lwsgs.js"></script>
|
|
</head>
|
|
<body>
|
|
<table>
|
|
<tr>
|
|
<td colspan=2 align=center>
|
|
<img src="lwsgs-logo.png">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Thanks for signing up, your registration as <span id="u"></span> is verified.<br>
|
|
<br>
|
|
Click <a href="/lwsgs">here</a> to continue.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
<script nonce="lwscaro">
|
|
document.getElementById('u').innerHTML = "<b>" + san(lwsgs_user) + "</b>";
|
|
</script>
|
|
</html>
|
|
|