log.html 446 B

1234567891011121314151617
  1. <html>
  2. <head>
  3. <title>Log</title>
  4. </head>
  5. <body style="display:none">
  6. <table style="width:90%;break-word:" border=1>
  7. <tbody></tbody>
  8. </table>
  9. <br>
  10. &uarr; Details<br>
  11. &nbsp;&rarr; Action: <input id="clear" type="button" value=" Clear Log "><br>
  12. &darr; FQDN only<br>
  13. <br>
  14. <textarea id="export" cols=60 rows=20></textarea>
  15. <script src="log.js"></script>
  16. </body>
  17. </html>