11 lines
188 B
HTML
11 lines
188 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Supervisor</title>
|
|
</head>
|
|
<body>
|
|
<p>Frontend not built yet. Run make frontend-build.</p>
|
|
</body>
|
|
</html>
|