summaryrefslogtreecommitdiffstats
path: root/games/dice.html
diff options
context:
space:
mode:
Diffstat (limited to 'games/dice.html')
-rw-r--r--games/dice.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/dice.html b/games/dice.html
new file mode 100644
index 0000000..37200c3
--- /dev/null
+++ b/games/dice.html
@@ -0,0 +1,20 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Dice</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr>
+ <td>&#x2680;</td> <!-- DIE FACE-1 -->
+ <td>&#x2681;</td> <!-- DIE FACE-2 -->
+ <td>&#x2682;</td> <!-- DIE FACE-3 -->
+ <td>&#x2683;</td> <!-- DIE FACE-4 -->
+ <td>&#x2684;</td> <!-- DIE FACE-5 -->
+ <td>&#x2685;</td> <!-- DIE FACE-6 -->
+ </tr>
+ </table>
+ </body>
+</html>