diff options
Diffstat (limited to 'template.html')
| -rwxr-xr-x | template.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template.html b/template.html index 8493598..2b1b899 100755 --- a/template.html +++ b/template.html @@ -122,6 +122,13 @@ $endif$ color: black; } } + /* AI blurb */ + h1 + p::after { + content: "All prose on this website is written by a human."; + display: block; + margin-top: 1em; + font-style: italic; + } </style> $for(css)$ <link rel="stylesheet" href="$css$" /> |
