cards/server/public/spawn_clients.html
2024-07-20 23:00:19 -04:00

16 lines
504 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cards For Humanity Test Clients</title>
<link type="text/css" rel="stylesheet" href="css">
</head>
<body>
<div id="container">
<iframe src="http://localhost:3030/test_client"></iframe>
<iframe src="http://localhost:3030/test_client"></iframe>
<iframe src="http://localhost:3030/test_client"></iframe>
<iframe src="http://localhost:3030/test_client"></iframe>
</div>
</body>
</html>