curly.curly 301 B

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