Single-file launch site for 906digital.com. No build step, no framework,
no dependencies. Deploys anywhere that serves static HTML.
index.html— the entire site. Edit this one file to update content.
| Find this | Replace with |
|---|---|
joey@906digital.com |
Your real email (after Google Workspace is set up) |
906-555-0000 |
Your real business phone number |
https://cal.com/906digital/intro |
Your actual Cal.com booking link |
Search for those exact strings in index.html. They appear in the hero CTA,
the final CTA, and the footer.
- Sign up at pages.cloudflare.com
- Create a new project → Direct Upload
- Drag
index.htmlinto the upload zone - Connect your domain
906digital.com(Cloudflare will walk you through DNS) - Done. SSL is automatic.
- Sign up at netlify.com
- Drag the entire
launch-websitefolder onto netlify.com/drop - Add your custom domain in site settings
- Done.
- Create a public repo named
906digital - Upload
index.htmlto the root - Settings → Pages → enable from
mainbranch - Add CNAME pointing
906digital.comto your GitHub Pages URL
The site is plain HTML and CSS in one file. To change anything:
- Open
index.htmlin any text editor - Find the section you want to edit (each is clearly commented:
<!-- ============== HERO ============== -->) - Edit the text or CSS
- Save and re-upload to your host
This file weighs ~12 KB uncompressed. It loads Inter from Google Fonts (~50 KB). Total page weight is under 100 KB. It will score 95+ on PageSpeed Insights with default Cloudflare settings.
This site is intentionally minimal and built for one job: getting a UP business owner from your business card to a booked call. Once you have:
- 3+ paying clients
- A logo you actually like
- Real testimonials and case-study photos
- A reason to add a blog or services page
…then move it to Framer or Webflow. Until then, this is plenty.