| 0 | 1 <!doctype html> | 
|  | 2 <html> | 
|  | 3 	<head> | 
|  | 4 		<style> | 
|  | 5 			a { | 
|  | 6 				text-decoration: none; | 
|  | 7 			} | 
|  | 8 			a:hover { | 
|  | 9 				text-decoration: underline; | 
|  | 10 			} | 
|  | 11 		</style> | 
|  | 12 	</head> | 
|  | 13 	<body> | 
|  | 14 		<h2>About this website</h2> | 
|  | 15 | 
|  | 16 		<p>I am <a href="https://www.linkmystyle.com/fschmidt">fschmidt</a>.  I had linked to the old "Milt's Go Page" but recently discovered that it is down.  Someone sent me an archive of the site, so I am hosting that.  The source code is <a href="https://hg.reactionary.software/repo/go2/">here</a>.</p> | 
|  | 17 | 
|  | 18 		<p>My main interest in this website is in the idea of using Go to teach children to think.  I am not interested in Go for adults.  I was highly rated in Chess as a child and only learned the basics of Go later.  But on my first exposure to Go, I immediately recognized it as a better game than Chess.  I am interested in teaching Go to children in religious communities, either mosques or churches.</p> | 
|  | 19 | 
|  | 20 		<hr> | 
|  | 21 | 
|  | 22 		<p>Click Here To Return To <a href="index.html">Milt's Go Page</a></p> | 
|  | 23 	</body> | 
|  | 24 </html> |