comparison src/go.html @ 0:45a3989c3447

start public repo
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 11 Sep 2025 15:26:39 -0600
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:45a3989c3447
1 <!doctype html>
2 <html lang="en">
3 <head>
4 <script src="/site.js"></script>
5 <script> head() </script>
6 <title>Arkian - Go Resources</title>
7 </head>
8 <body>
9 <script> header() </script>
10 <div content>
11 <h1>Go Resources</h1>
12 <h3>About Go</h3>
13 <ul>
14 <li><a href="https://en.wikipedia.org/wiki/Go_(game)">Go on Wikipedia</a></li>
15 <li><a href="https://youtu.be/RRBjN8empIs">Entertaining video about Go</a></li>
16 <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>
17 <li><a href="http://go.arkian.net/">Milt's Go Page</a></li>
18 <li><a href="http://go.arkian.net/agf.html">The American Go Foundation</a></li>
19 </ul>
20 <h3>Play Go</h3>
21 <ul>
22 <li><a href="https://www.amazon.com/Yellow-Mountain-Imports-Playing-Beechwood/dp/B001KK6O18">Go 9x9 board</a></li>
23 <li><a href="https://www.amazon.com/Yellow-Mountain-Imports-Etched-Bamboo/dp/B00J7GMIS0">Go 19x19 / 13x13 board</a></li>
24 <li><a href="https://www.amazon.com/Yellow-Mountain-Imports-Melamine-Millimeters/dp/B0019HDXNO">Go stones</a></li>
25 <li><a href="https://www.amazon.com/gp/product/0394733312/">Go book</a></li>
26 <li><a href="https://www.remi-coulom.fr/CrazyStone/">Go app</a></li>
27 <li><a href="https://www.cosumi.net/en/">Go website</a></li>
28 </ul>
29 </div>
30 </body>
31 </html>