Files
OBIJupyterHub/jupyterhub_volumes/web/index.html
2025-10-16 01:02:07 +02:00

14 lines
238 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Course Portal</title>
</head>
<body>
<h1>Welcome</h1>
<ul>
<li><a href="/jupyter/">JupyterHub</a></li>
<li><a href="/static/">Static Site</a></li>
</ul>
</body>
</html>