summaryrefslogtreecommitdiffstats
path: root/pictographs/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'pictographs/home.html')
-rw-r--r--pictographs/home.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/pictographs/home.html b/pictographs/home.html
new file mode 100644
index 0000000..c269375
--- /dev/null
+++ b/pictographs/home.html
@@ -0,0 +1,41 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Home</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr>
+ <td>&#x1F56F;</td> <!-- CANDLE -->
+ <td>&#x1FA94;</td> <!-- DIYA LAMP -->
+ <td>&#x1F6CB;</td> <!-- COUCH AND LAMP -->
+ <td>&#x1FA91;</td> <!-- CHAIR -->
+ <td>&#x1F6CF;</td> <!-- BED -->
+ </tr>
+ <tr>
+ <td>&#x1F570;</td> <!-- MANTELPIECE CLOCK -->
+ <td>&#x1FA9E;</td> <!-- MIRROR -->
+ <td>&#x1F5BC;</td> <!-- FRAME WITH PICTURE -->
+ <td>&#x1F5BD;</td> <!-- FRAME WITH TILES -->
+ <td>&#x1F5BE;</td> <!-- FRAME WITH AN X -->
+ </tr>
+ <tr>
+ <td>&#x1FA9F;</td> <!-- WINDOW -->
+ <td>&#x1F6AA;</td> <!-- DOOR -->
+ </tr>
+ <tr>
+ <td>&#x1FAA4;</td> <!-- MOUSE TRAP -->
+ </tr>
+ <tr>
+ <td>&#x1F3FA;</td> <!-- AMPHORA -->
+ <td>&#x1F9FA;</td> <!-- BASKET -->
+ <td>&#x1FAA3;</td> <!-- BUCKET -->
+ </tr>
+ <tr>
+ <td>&#x1F9F8;</td> <!-- TEDDY BEAR -->
+ </tr>
+ </table>
+ </body>
+</html>