16 lines
No EOL
443 B
HTML
16 lines
No EOL
443 B
HTML
<!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> |