cards/server/public/index.html

24 lines
482 B
HTML
Raw Normal View History

2024-06-22 02:16:35 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cards For Humanity</title>
2024-06-23 04:49:32 -04:00
<link type="text/css" rel="stylesheet" href="css">
2024-06-22 02:16:35 -04:00
</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>