diff options
Diffstat (limited to 'pictographs/crop-marks.html')
| -rw-r--r-- | pictographs/crop-marks.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pictographs/crop-marks.html b/pictographs/crop-marks.html new file mode 100644 index 0000000..01e2ac2 --- /dev/null +++ b/pictographs/crop-marks.html @@ -0,0 +1,20 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"/> + <title>Crop marks</title> + <link rel="stylesheet" type="text/css" href="../style.css"/> + </head> + <body> + <table> + <tr> + <td>⌏</td> <!-- TOP LEFT CROP --> + <td>⌎</td> <!-- TOP RIGHT CROP --> + </tr> + <tr> + <td>⌍</td> <!-- BOTTOM LEFT CROP --> + <td>⌌</td> <!-- BOTTOM RIGHT CROP --> + </tr> + </table> + </body> +</html> |
