cards/public/index.html
2024-06-22 02:16:35 -04:00

22 lines
427 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cards For Humanity</title>
</head>
<body>
<h1>Cards For Humanity</h1>
<hr />
<ul>
<li>
<a href="test_client">test_client</a>
</li>
<li>
<a href="spawn_clients">spawn_clients</a>
</li>
<li>
<a href="reference_client">reference_client</a>
</li>
</ul>
</body>
</html>