💍
💎
🔗
ZOrganize Logo
(xxx) xxx-xxxx
Pantry Power-Up
Pantry
Kitchen Conquest
Kitchen
Office Obedience
Office

How to Embed This ZOrganize Site in Notion

  1. Host this HTML file somewhere public (Netlify, Vercel, or GitHub Pages work great).
  2. Copy the public URL where this exact page is live. It will look something like https://yourdomain.com/zorganize.html.
  3. In Notion, open or create the page where you want the ZOrganize site to appear.
  4. Type /embed and choose Embed.
  5. Paste your public URL into the box and click Embed link.
  6. Drag the edges of the embed block to make it full-width and tall enough to see the entire site.

If you ever want to embed this ZOrganize site inside another website, you can use this iframe code (replace the src value with your live URL):

<iframe
    src="https://yourdomain.com/zorganize.html"
    style="width:100%; height:100vh; border:none;">
</iframe>