Unofficial CardLife revival project, pronounced like "celery"
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- <!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>
|