diff options
| author | Mattias Andrée <m@maandree.se> | 2025-12-28 11:38:14 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-12-28 11:38:14 +0100 |
| commit | 75f34edf4cada2dbf80bf8b8176781b443ffbe00 (patch) | |
| tree | 3f47ccfaa0ce48c6676721f6edc7008f52c78b6f /games/dice.html | |
| download | unicode-tables-75f34edf4cada2dbf80bf8b8176781b443ffbe00.tar.gz unicode-tables-75f34edf4cada2dbf80bf8b8176781b443ffbe00.tar.bz2 unicode-tables-75f34edf4cada2dbf80bf8b8176781b443ffbe00.tar.xz | |
First commit
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'games/dice.html')
| -rw-r--r-- | games/dice.html | 20 |
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>⚀</td> <!-- DIE FACE-1 --> + <td>⚁</td> <!-- DIE FACE-2 --> + <td>⚂</td> <!-- DIE FACE-3 --> + <td>⚃</td> <!-- DIE FACE-4 --> + <td>⚄</td> <!-- DIE FACE-5 --> + <td>⚅</td> <!-- DIE FACE-6 --> + </tr> + </table> + </body> +</html> |
