c00c3f3d2ed13df423d202933bfb0d03461152f3
[platform/upstream/libwebsockets.git] /
1 <html>
2  <head>
3   <script src="lwsgs.js" nonce=lwscaro></script>
4  </head>
5  <body>
6   <table>
7     <tr>
8      <td colspan=2 align=center>
9       <img src="lwsgs-logo.png">
10      </td>
11     </tr>
12     <tr>
13      <td>
14       Your registration as <span id="u"></span> is accepted,<br>
15       you will receive an email shortly with instructions<br>
16       to verify and enable the account for normal use.<br><br>
17       The link is only valid for an hour, after that if it has<br>
18       not been verified your account will be deleted.
19      </td>
20     </tr>
21    </table>
22   </body>
23  <script nonce=lwscaro>
24         document.getElementById('u').innerHTML = "<b>" + lwsgs_san(lwsgs_user) + "</b>";
25  </script>
26 </html>
27