cards/server/public/spawn_clients.html

17 lines
504 B
HTML
Raw Normal View History

2024-04-30 02:58:29 -04:00
<!DOCTYPE html>
<html lang="en">
2024-06-23 04:49:32 -04:00
<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>
2024-04-30 02:58:29 -04:00
</html>