summaryrefslogtreecommitdiffstats
path: root/pictographs/tools.html
diff options
context:
space:
mode:
Diffstat (limited to 'pictographs/tools.html')
-rw-r--r--pictographs/tools.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/pictographs/tools.html b/pictographs/tools.html
new file mode 100644
index 0000000..5b80b0f
--- /dev/null
+++ b/pictographs/tools.html
@@ -0,0 +1,39 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Tools</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr>
+ <td class="dup">&#x1F4CF;</td> <!-- STRAIGHT RULER -->
+ <td class="dup">&#x1F4D0;</td> <!-- TRIANGULAR RULER -->
+ <td>&#x1F9EE;</td> <!-- ABACUS -->
+ <td>&#x1F5A9;</td> <!-- POCKET CALCULATOR -->
+ </tr>
+ <tr>
+ <td>&#x1FA93;</td> <!-- AXE -->
+ <td>&#x1FA9A;</td> <!-- CARPENTRY SAW -->
+ <td>&#x1FA9B;</td> <!-- SCREWDRIVER -->
+ <td>&#x1FAA0;</td> <!-- PLUNGER -->
+ <td>&#x1FAA1;</td> <!-- SEWING NEEDLE -->
+ <td>&#x1F527;</td> <!-- WRENCH -->
+ <td>&#x1F528;</td> <!-- HAMMER -->
+ <td>&#x1F529;</td> <!-- NUT AND BOLT -->
+ <td>&#x1F52A;</td> <!-- HOCHO -->
+ <td class="dup">&#x26CF;</td> <!-- PICK -->
+ </tr>
+ <tr>
+ <td>&#x1F9F0;</td> <!-- TOOLBOX -->
+ <td class="dup">&#x1F6E0;</td> <!-- HAMMER AND WRENCH -->
+ </tr>
+ <tr>
+ <td>&#x1F526;</td> <!-- ELECTRIC TORCH -->
+ <td>&#x1FA9C;</td> <!-- LADDER -->
+ <td>&#x1F9F2;</td> <!-- MAGNET -->
+ </tr>
+ </table>
+ </body>
+</html>