summaryrefslogtreecommitdiffstats
path: root/pictographs/scores.html
blob: f8a976517f68d50ff3bc19e62a834234cc8e36c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>&#x1F4AE;</td> <!-- WHITE FLOWER -->
	<td>&#x1F4AF;</td> <!-- HUNDRED POINTS SYMBOL -->
      </tr>
      <tr> <!-- other -->
	<td>&#x1F51F;</td> <!-- KEYCAP TEN -->
      </tr>
    </table>
  </body>
</html>