> For the complete documentation index, see [llms.txt](https://docs.waitlisty.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.waitlisty.io/embeddable-form/embed-your-form/html-css.md).

# HTML/CSS

Here's an example of embedding the script and div elements into a vanilla html / css site.

<pre class="language-html"><code class="lang-html">&#x3C;!doctype html>
&#x3C;html lang="en">
  &#x3C;head>
    &#x3C;meta charset="UTF-8" />
    &#x3C;meta name="viewport" content="width=device-width, initial-scale=1.0" />
    &#x3C;!-- Our Waitlisty CSS -->
    &#x3C;link rel="stylesheet" href="https://jzcjrtlxrpzxgszlwttl.supabase.co/storage/v1/object/public/formbuilder_v2/formBuilder_v2.css" />
    &#x3C;title>You Wesbite&#x3C;/title>
  &#x3C;/head>
  &#x3C;body>
    &#x3C;div>This is a website with a form in it.&#x3C;/div>
    &#x3C;!-- Our Waitlisty widget -->
    <a data-footnote-ref href="#user-content-fn-1">&#x3C;div class="waitlisty-widget" data-key-id="4zE41Vc">&#x3C;/div></a>
    &#x3C;!-- Our Waitlisty javascript -->
    &#x3C;script src="https://jzcjrtlxrpzxgszlwttl.supabase.co/storage/v1/object/public/formbuilder_v2/formBuilder_v2.js" defer>&#x3C;/script>
  &#x3C;/body>
&#x3C;/html>
</code></pre>

[^1]:
