CLre/CLre_server/WebStatus/Assets/index.html

16 lines
443 B
HTML
Raw Normal View History

<!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>