multiplayer-game/public/index.html
2025-10-19 20:46:48 +02:00

13 lines
249 B
HTML

<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="/public/index.css">
<meta charset="UTF-8"/>
<title>Hello World!</title>
</head>
<body>
<h1>HTTP server testing</h1>
<p>Lorem ipsum</p>
</body>
</html>