You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
301 B
Plaintext
17 lines
301 B
Plaintext
10 years ago
|
<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">{{author_name}}</h1>
|
||
|
</body>
|
||
|
</html>
|