This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
GGS/games/tic-tac-toe-js/window2.html
2011-01-30 05:57:48 +01:00

13 lines
No EOL
265 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Tic Tac Toe - Player 2</title>
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen">
</head>
<body>
<h1>Tic Tac Toe and GGS simulation.</h1>
<hr>
<h2>Player 2</h2>
<div id="p2"></div>
</body>
</html>