Unofficial CardLife revival project, pronounced like "celery"
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

16 lignes
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>