9 lines
206 B
HTML
9 lines
206 B
HTML
<html>
|
|
<head><title>Handin Status Web Server</title></head>
|
|
<body>
|
|
The handin status server is running.
|
|
<br>
|
|
You can <a href="/servlets/status.ss">check your submissions</a> on this server.
|
|
</body>
|
|
</html>
|