diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/go.html	Thu Sep 11 15:26:39 2025 -0600
@@ -0,0 +1,31 @@
+<!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>