summaryrefslogtreecommitdiffstats
path: root/games/draughts.html
diff options
context:
space:
mode:
Diffstat (limited to 'games/draughts.html')
-rw-r--r--games/draughts.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/draughts.html b/games/draughts.html
new file mode 100644
index 0000000..421dd50
--- /dev/null
+++ b/games/draughts.html
@@ -0,0 +1,20 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Draughts</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr>
+ <td>&#x26C0;</td> <!-- WHITE DRAUGHTS MAN -->
+ <td>&#x26C1;</td> <!-- WHITE DRAUGHTS KING -->
+ </tr>
+ <tr>
+ <td>&#x26C2;</td> <!-- BLACK DRAUGHTS MAN -->
+ <td>&#x26C3;</td> <!-- BLACK DRAUGHTS KING -->
+ </tr>
+ </table>
+ </body>
+</html>