summaryrefslogtreecommitdiffstats
path: root/pictographs/crop-marks.html
blob: 01e2ac299e92adf0f7e076bce3e6abdaa56ae06e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>&#x230F;</td> <!-- TOP LEFT CROP -->
	<td>&#x230E;</td> <!-- TOP RIGHT CROP -->
      </tr>
      <tr>
	<td>&#x230D;</td> <!-- BOTTOM LEFT CROP -->
	<td>&#x230C;</td> <!-- BOTTOM RIGHT CROP -->
      </tr>
    </table>
  </body>
</html>