diff options
Diffstat (limited to 'pictographs/personal-and-domestic-care.html')
| -rw-r--r-- | pictographs/personal-and-domestic-care.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/pictographs/personal-and-domestic-care.html b/pictographs/personal-and-domestic-care.html new file mode 100644 index 0000000..3717d33 --- /dev/null +++ b/pictographs/personal-and-domestic-care.html @@ -0,0 +1,32 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"/> + <title>Personal and domestic care</title> + <link rel="stylesheet" type="text/css" href="../style.css"/> + </head> + <body> + <table> + <tr> + <td>🪥</td> <!-- TOOTHBRUSH --> + <td>🧻</td> <!-- ROLL OF PAPER --> + <td>🧼</td> <!-- BAR OF SOAP --> + <td>🧴</td> <!-- LOTION BOTTLE --> + </tr> + <tr> + <td>💄</td> <!-- LIPSTICK --> + <td>💅</td> <!-- NAIL POLISH --> + <td>💇</td> <!-- HAIRCUT --> + <td>💈</td> <!-- BARBER POLE --> + <td>🪒</td> <!-- RAZOR --> + </tr> + <tr> + <td>💆</td> <!-- FACE MASSAGE --> + </tr> + <tr> + <td>🧹</td> <!-- BROOM --> + <td>🧽</td> <!-- SPONGE --> + </tr> + </table> + </body> +</html> |
