html.html 313 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style type="text/css">
  5. .text-layer {
  6. font-family: Monaco, "Courier New", monospace;
  7. font-size: 12px;
  8. cursor: text;
  9. }
  10. </style>
  11. </head>
  12. <body>
  13. <h1 style="color:red">Juhu Kinners</h1>
  14. </body>
  15. </html>