1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/html-src/rules/newtowerofhanoi.html
Shlomi Fish ada9778879 Ran the HTMLs thru tidy.
tidy -asxhtml so they will validate.
2017-11-12 21:26:36 +02:00

21 lines
600 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
"HTML Tidy for HTML5 for Linux version 5.4.0" />
<title></title>
</head>
<body>
<h1>New Tower of Hanoi</h1>
Matrix type. One deck. No redeals.
<h3>Object</h3>
Move the tower to either of the other stacks.
<h3>Rules</h3>
Only one disk may be moved at a time. A larger disk may not be
placed on top of a smaller one. Click on the pile to be moved
<b>from</b> to high light it. Then click the pile to be moved
<b>to</b>.
<h3>Strategy</h3>
Ask <a href="mailto:grania@telestream.com">T</a>
</body>
</html>