summaryrefslogtreecommitdiffstats
path: root/pictographs/safety.html
diff options
context:
space:
mode:
Diffstat (limited to 'pictographs/safety.html')
-rw-r--r--pictographs/safety.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/pictographs/safety.html b/pictographs/safety.html
new file mode 100644
index 0000000..3d23449
--- /dev/null
+++ b/pictographs/safety.html
@@ -0,0 +1,25 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Safety</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr> <!-- equipment -->
+ <td>&#x1F9BA;</td> <!-- SAFETY VEST -->
+ <td>&#x1F9EF;</td> <!-- FIRE EXTINGUISHER -->
+ </tr>
+ <tr> <!-- warning signs -->
+ <td>&#x26A0;</td> <!-- WARNING SIGN -->
+ <td>&#x26A1;</td> <!-- HIGH VOLTAGE SIGN -->
+ <td>&#x2620;</td> <!-- SKULL AND CROSSBONES -->
+ <td>&#x2621;</td> <!-- CAUTION SIGN -->
+ <td>&#x2622;</td> <!-- RADIOACTIVE SIGN -->
+ <td>&#x2623;</td> <!-- BIOHAZARD SIGN -->
+ <td>&#x26D0;</td> <!-- CAR SLIDING -->
+ </tr>
+ </table>
+ </body>
+</html>