summaryrefslogtreecommitdiffstats
path: root/pictographs/music.html
diff options
context:
space:
mode:
Diffstat (limited to 'pictographs/music.html')
-rw-r--r--pictographs/music.html52
1 files changed, 52 insertions, 0 deletions
diff --git a/pictographs/music.html b/pictographs/music.html
new file mode 100644
index 0000000..950b11c
--- /dev/null
+++ b/pictographs/music.html
@@ -0,0 +1,52 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Music</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr> <!-- instruments -->
+ <td>&#x1F3B8;</td> <!-- GUITAR -->
+ <td>&#x1F3BB;</td> <!-- VIOLIN -->
+ <td>&#x1FA95;</td> <!-- BANJO -->
+ <td>&#x1FA97;</td> <!-- ACCORDION -->
+ <td>&#x1FA98;</td> <!-- LONG DRUM -->
+ <td>&#x1F941;</td> <!-- DRUM WITH DRUMSTICKS -->
+ <td>&#x1F3B7;</td> <!-- SAXOPHONE -->
+ <td>&#x1F3BA;</td> <!-- TRUMPET -->
+ <td>&#x1F3B9;</td> <!-- MUSICAL KEYBOARD -->
+ <td>&#x1F398;</td> <!-- MUSICAL KEYBOARD WITH JACKS -->
+ <td>&#x1F3A4;</td> <!-- MICROPHONE -->
+ <td>&#x1F399;</td> <!-- STUDIO MICROPHONE -->
+ </tr>
+ <tr> <!-- equipment -->
+ <td>&#x1F39A;</td> <!-- LEVEL SLIDER -->
+ <td>&#x1F39B;</td> <!-- CONTROL KNOBS -->
+ </tr>
+ <tr> <!-- notes { -->
+ <td>&#x1F3BC;</td> <!-- MUSICAL SCORE -->
+ <td>&#x1F3B5;</td> <!-- MUSICAL NOTE -->
+ <td>&#x1F3B6;</td> <!-- MULTIPLE MUSICAL NOTES -->
+ <td>&#x1F39C;</td> <!-- BEAMED ASCENDING MUSICAL NOTES -->
+ <td>&#x1F39D;</td> <!-- BEAMED DESCENDING MUSICAL NOTES -->
+ </tr>
+ <tr>
+ <td>&#x266D;</td> <!-- MUSIC FLAT SIGN -->
+ <td>&#x266E;</td> <!-- MUSIC NATURAL SIGN -->
+ <td>&#x266F;</td> <!-- MUSIC SHARP SIGN -->
+ </tr>
+ <tr>
+ <td>&#x2669;</td> <!-- QUARTER NOTE -->
+ <td>&#x266A;</td> <!-- EIGHTH NOTE -->
+ <td></td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>&#x266B;</td> <!-- BEAMED EIGHTH NOTES -->
+ <td>&#x266C;</td> <!-- BEAMED SIXTEENTH NOTES -->
+ </tr> <!-- } -->
+ </table>
+ </body>
+</html>