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.
|
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>CLre Server Status</title>
- </head>
- <body>
- <h1 style="margin:auto; text-align: center; justify-content: center;">Welcome to the CLre HTTP server!</h1>
- <div style="width: 100%;">
- <a href="/l/current">View log</a>
- <br/>
- <iframe src="/l/current" style="width: 100%; height: available;">Loading...</iframe>
- </div>
-
- </body>
- </html>
|