Wellcome to text-vertising! (ALPHA)

Text-vertisements are small messages that can show up on websites that add them. Some are just for fun, and some promote something (non-commercial).

There are 2 formats of text-vertisements: single-line (/l), and ascii art (/a), which is 40 by 3 characters. There's an ascii text-vertisement at the top of this site, and a single-line one at the bottom

If you want to add a text-vertisement to your website, copy this code:

Single-line
<iframe
  src=http://tv.zagura.one/l?s14px&cfff&l000
  height=14px width=100%
  style=border:none;display:block></iframe>
Ascii art
<iframe
  src=http://tv.zagura.one/a?s14px&cfff&l000
  height=56px width=100%
  style=border:none;display:block></iframe>

(Make sure you aren't using color-scheme anywhere, cuz that messes with the iframe's background)

You can customize how text-vertisements look by changing the url's query string, which is a &-separated list of items, each consisting of a character, followed by the value, like so: c22f&s18px

Params
s
Text size: CSS size value
c
Text color: CSS hex color code, but without #
l
Text color override in light mode
d
Text color override in dark mode
e
Text color override for <em> tags

Submit your own

You can submit your own text-vertisement, be it a single-line message, or ascii art. Here are the submission rules:

Format

Content

The admin may remove or revoke any text-vertisement at any time, regardless of the rules

If you are capable of following these rules, send your submissions to me@zagura.one or open an issue in the source repository.