1234567891011121314151617 |
- <html>
- <head>
- <title>Log</title>
- </head>
- <body style="display:none">
- <table style="width:90%;break-word:" border=1>
- <tbody></tbody>
- </table>
- <br>
- ↑ Details<br>
- → Action: <input id="clear" type="button" value=" Clear Log "><br>
- ↓ FQDN only<br>
- <br>
- <textarea id="export" cols=60 rows=20></textarea>
- <script src="log.js"></script>
- </body>
- </html>
|