Mercurial Hosting > arkian
view src/go.html @ 11:998dbbab9f26
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 13 Sep 2025 20:03:03 -0600 |
parents | 45a3989c3447 |
children |
line wrap: on
line source
<!doctype html> <html lang="en"> <head> <script src="/site.js"></script> <script> head() </script> <title>Arkian - Go Resources</title> </head> <body> <script> header() </script> <div content> <h1>Go Resources</h1> <h3>About Go</h3> <ul> <li><a href="https://en.wikipedia.org/wiki/Go_(game)">Go on Wikipedia</a></li> <li><a href="https://youtu.be/RRBjN8empIs">Entertaining video about Go</a></li> <li><a href="https://en.wikibooks.org/wiki/Go/Why_should_I_learn_to_play_Go%3F">Why should I learn to play Go?</a></li> <li><a href="http://go.arkian.net/">Milt's Go Page</a></li> <li><a href="http://go.arkian.net/agf.html">The American Go Foundation</a></li> </ul> <h3>Play Go</h3> <ul> <li><a href="https://www.amazon.com/Yellow-Mountain-Imports-Playing-Beechwood/dp/B001KK6O18">Go 9x9 board</a></li> <li><a href="https://www.amazon.com/Yellow-Mountain-Imports-Etched-Bamboo/dp/B00J7GMIS0">Go 19x19 / 13x13 board</a></li> <li><a href="https://www.amazon.com/Yellow-Mountain-Imports-Melamine-Millimeters/dp/B0019HDXNO">Go stones</a></li> <li><a href="https://www.amazon.com/gp/product/0394733312/">Go book</a></li> <li><a href="https://www.remi-coulom.fr/CrazyStone/">Go app</a></li> <li><a href="https://www.cosumi.net/en/">Go website</a></li> </ul> </div> </body> </html>