diff options
Diffstat (limited to 'pictographs/scores.html')
| -rw-r--r-- | pictographs/scores.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/pictographs/scores.html b/pictographs/scores.html new file mode 100644 index 0000000..f8a9765 --- /dev/null +++ b/pictographs/scores.html @@ -0,0 +1,19 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"/> + <title>Scores</title> + <link rel="stylesheet" type="text/css" href="../style.css"/> + </head> + <body> + <table> + <tr> <!-- Japanese school grade symbols --> + <td>💮</td> <!-- WHITE FLOWER --> + <td>💯</td> <!-- HUNDRED POINTS SYMBOL --> + </tr> + <tr> <!-- other --> + <td>🔟</td> <!-- KEYCAP TEN --> + </tr> + </table> + </body> +</html> |
