diff options
Diffstat (limited to 'pictographs/flags.html')
| -rw-r--r-- | pictographs/flags.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/pictographs/flags.html b/pictographs/flags.html new file mode 100644 index 0000000..bcd4668 --- /dev/null +++ b/pictographs/flags.html @@ -0,0 +1,30 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"/> + <title>Flags</title> + <link rel="stylesheet" type="text/css" href="../style.css"/> + </head> + <body> + <table> + <tr> + <td>⚐</td> <!-- WHITE FLAG --> + <td>🏳</td> <!-- WAVING WHITE FLAG --> + <td>🏱</td> <!-- WHITE PENNANT --> + </tr> + <tr> + <td>⚑</td> <!-- BLACK FLAG --> + <td>🏴</td> <!-- WAVING BLACK FLAG --> + <td>🏲</td> <!-- BLACK PENNANT --> + </tr> + <tr> + <td class="dup">🏁</td> <!-- CHEQUERED FLAG --> + <td class="dup">🎌</td> <!-- CROSSED FLAGS --> + <td class="dup">🚩</td> <!-- TRIANGULAR FLAG ON POST --> + <td class="dup">⛿</td> <!-- WHITE FLAG WITH HORIZONTAL MIDDLE BLACK STRIPE --> + </tr> + + <!-- See also `regional-indicators`; which are typically rendered as flags --> + </table> + </body> +</html> |
