summaryrefslogtreecommitdiffstats
path: root/games/shogi.html
diff options
context:
space:
mode:
Diffstat (limited to 'games/shogi.html')
-rw-r--r--games/shogi.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/shogi.html b/games/shogi.html
new file mode 100644
index 0000000..b4f26f8
--- /dev/null
+++ b/games/shogi.html
@@ -0,0 +1,20 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Shogi</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr>
+ <td>&#x2616;</td> <!-- WHITE SHOGI PIECE -->
+ <td>&#x2617;</td> <!-- BLACK SHOGI PIECE -->
+ </tr>
+ <tr>
+ <td>&#x26C9;</td> <!-- TURNED WHITE SHOGI PIECE -->
+ <td>&#x26CA;</td> <!-- TURNED BLACK SHOGI PIECE -->
+ </tr>
+ </table>
+ </body>
+</html>