Sujet : Graj ww szachy, zapisz tę stronę jako html i otwórz w przeglądarce
De : manta103g (at) *nospam* gmail.com (darius)
Groupes : soc.culture.polishDate : 12. Feb 2025, 19:49:25
Autres entêtes
Organisation : novaBBS
Message-ID : <a35b25ec3ccf6a51d3cedeca4c2e227c@www.novabbs.com>
User-Agent : Rocksolid Light
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
<title>Play Chess Online</title>
<style>
body { font-family: Arial, sans-serif; text-align: center;
padding: 20px; }
h1 { color: #333; }
.links { margin-top: 20px; }
.links a { display: block; margin: 10px; padding: 10px;
background: #0073e6; color: white; text-decoration: none; border-radius:
5px; width: 250px; margin-left: auto; margin-right: auto; }
.links a:hover { background: #005bb5; }
</style>
</head>
<body>
<h1>Play Chess Online</h1>
<p>Choose an option below to play chess or analyze games with
ChatGPT.</p>
<div class="links">
<a href="
https://www.chess.com/play" target="_blank">Play on
Chess.com</a>
<a href="
https://lichess.org/" target="_blank">Play on
Lichess</a>
<a href="
https://arena.myfide.net/" target="_blank">Play on FIDE
Online Arena</a>
<a href="
https://www.chess.com/analysis" target="_blank">Analyze
a Game on Chess.com</a>
<a href="
https://lichess.org/analysis" target="_blank">Analyze a
Game on Lichess</a>
<a href="
https://www.chess.com/play/computer"
target="_blank">Play Against Computer</a>
</div>
<p>If you want to play a simulated game with ChatGPT, describe your
moves in algebraic notation, and I will respond!</p>
</body>
</html>
--