summaryrefslogtreecommitdiffstats
path: root/games/go.html
diff options
context:
space:
mode:
Diffstat (limited to 'games/go.html')
-rw-r--r--games/go.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/go.html b/games/go.html
new file mode 100644
index 0000000..b1bdd8f
--- /dev/null
+++ b/games/go.html
@@ -0,0 +1,22 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Go</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr> <!-- black stones -->
+ <td class="dup">&#x25CF;</td> <!-- BLACK CIRCLE -->
+ <td>&#x2688;</td> <!-- BLACK CIRCLE WITH WHITE DOT RIGHT -->
+ <td>&#x2689;</td> <!-- BLACK CIRCLE WITH TWO WHITE DOTS -->
+ </tr>
+ <tr> <!-- white stones -->
+ <td class="dup">&#x25CB;</td> <!-- WHITE CIRCLE -->
+ <td>&#x2686;</td> <!-- WHITE CIRCLE WITH DOT RIGHT -->
+ <td>&#x2687;</td> <!-- WHITE CIRCLE WITH TWO DOTS -->
+ </tr>
+ </table>
+ </body>
+</html>