diff options
Diffstat (limited to 'pictographs/military.html')
| -rw-r--r-- | pictographs/military.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/pictographs/military.html b/pictographs/military.html new file mode 100644 index 0000000..143fa9e --- /dev/null +++ b/pictographs/military.html @@ -0,0 +1,26 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"/> + <title>Military</title> + <link rel="stylesheet" type="text/css" href="../style.css"/> + </head> + <body> + <table> + <tr> + <td>🪖</td> <!-- MILITARY HELMET --> + </tr> + <tr> + <td>🔫</td> <!-- PISTOL --> + <td class="dup">🥆</td> <!-- RIFLE --> + <td class="dup">🏹</td> <!-- BOW AND ARROW --> + </tr> + <tr> + <td>🎖</td> <!-- MILITARY MEDAL --> + </tr> + <tr> + <td class="dup">⛿</td> <!-- WHITE FLAG WITH HORIZONTAL MIDDLE BLACK STRIPE --> + </tr> + </table> + </body> +</html> |
