A free GTA VI countdown for your own site

One line of HTML puts a live countdown to Grand Theft Auto VI — 19 November 2026 — on your website, blog or stream overlay. It weighs about 4 KB, loads nothing from anywhere else and sets no cookies.

Copy this

<iframe src="https://counttovi.com/embed/"
        title="GTA VI countdown"
        style="border:0;width:100%;max-width:420px;height:150px"
        loading="lazy"></iframe>
<p><a href="https://counttovi.com/">GTA VI countdown by Count to VI</a></p>

Keep the link under the frame. What is inside an iframe belongs to this site, not to yours — for a search engine the frame is invisible, and the link is the only part that tells it your page mentions the countdown. It is also how a reader gets here.

In Spanish

Add ?lang=es and the labels change:

<iframe src="https://counttovi.com/embed/?lang=es" ...></iframe>

On a stream

In OBS or Streamlabs, add a Browser Source with the URL https://counttovi.com/embed/, width 420, height 150. The background is transparent, so it sits over your scene without a box around it.

What it does and what it does not