Unofficial CardLife revival project, pronounced like "celery"
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.

16 lines
443B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>CLre Server Status</title>
  6. </head>
  7. <body>
  8. <h1 style="margin:auto; text-align: center; justify-content: center;">Welcome to the CLre HTTP server!</h1>
  9. <div style="width: 100%;">
  10. <a href="/l/current">View log</a>
  11. <br/>
  12. <iframe src="/l/current" style="width: 100%; height: available;">Loading...</iframe>
  13. </div>
  14. </body>
  15. </html>