| 1234567891011121314151617 |
- <!DOCTYPE html>
- <html>
- <head>
- <style type="text/css">
- .text-layer {
- font-family: Monaco, "Courier New", monospace;
- font-size: 12px;
- cursor: text;
- }
- </style>
- </head>
- <body>
- <h1 style="color:red">Juhu Kinners</h1>
- </body>
- </html>
|