diff options
Diffstat (limited to 'pictographs/gestures.html')
| -rw-r--r-- | pictographs/gestures.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/pictographs/gestures.html b/pictographs/gestures.html new file mode 100644 index 0000000..1d9a25f --- /dev/null +++ b/pictographs/gestures.html @@ -0,0 +1,34 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"/> + <title>Gestures</title> + <link rel="stylesheet" type="text/css" href="../style.css"/> + </head> + <body> + <table> + <tr> + <td>🙅</td> <!-- FACE WITH NO GOOD GESTURE --> + <td>🙆</td> <!-- FACE WITH OK GESTURE --> + <td>🙇</td> <!-- PERSON BOWING DEEPLY --> + </tr> + <tr> + <td>🙋</td> <!-- HAPPY PERSON RAISING ONE HAND --> + <td>🙌</td> <!-- PERSON RAISING BOTH HANDS IN CELEBRATION --> + </tr> + <tr> + <td>🙍</td> <!-- PERSON FROWNING --> + <td>🙎</td> <!-- PERSON WITH POUTING FACE --> + </tr> + <tr> + <td>🌬</td> <!-- WIND BLOWING FACE --> + <td>🤷</td> <!-- SHRUG --> + </tr> + <tr> + <td>🙈</td> <!-- SEE-NO-EVIL MONKEY --> + <td>🙉</td> <!-- HEAR-NO-EVIL MONKEY --> + <td>🙊</td> <!-- SPEAK-NO-EVIL MONKEY --> + </tr> + </table> + </body> +</html> |
