<htmlstart/>
starter / landing-page

Landing page HTML starter.

Complete HTML5 boilerplate for a landing page. Canonical URL, OG + Twitter card, starter markup — ready to build on.

  • Canonical URL pre-filled
  • OG + Twitter card meta
  • Starter <header>/<main>/<footer>
  • Favicon linked
Ready in 10 seconds
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>My HTML Page</title>
  <meta name="description" content="A page built with htmlstart.">
  <link rel="canonical" href="https://yourdomain.com/">
  <link rel="icon" type="image/svg+xml" href="/favicon.svg">

  <!-- Open Graph -->
  <meta property="og:title" content="My HTML Page">
  <meta property="og:description" content="A page built with htmlstart.">
  <meta property="og:type" content="website">
  <meta property="og:url" content="https://yourdomain.com/">
  <meta property="og:image" content="https://yourdomain.com/og.png">

  <!-- Twitter Card -->
  <meta name="twitter:card" content="summary_large_image">
  <meta name="twitter:title" content="My HTML Page">
  <meta name="twitter:description" content="A page built with htmlstart.">
</head>
<body>

  <header>
    <h1>My HTML Page</h1>
  </header>
  <main>
    <p>Start writing.</p>
  </main>
  <footer>
    <p><small>© 2026</small></p>
  </footer>

</body>
</html>
37 lines
customise it

Tweak your boilerplate.

All options are pre-filled for Landing Page HTML Starter. Change anything, copy, ship.

Document
Meta & social
CSS framework
Fonts
JS Library
Extras
Analytics
index.html
37 lines
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>My HTML Page</title>
  <meta name="description" content="A page built with htmlstart.">
  <link rel="canonical" href="https://yourdomain.com/">
  <link rel="icon" type="image/svg+xml" href="/favicon.svg">

  <!-- Open Graph -->
  <meta property="og:title" content="My HTML Page">
  <meta property="og:description" content="A page built with htmlstart.">
  <meta property="og:type" content="website">
  <meta property="og:url" content="https://yourdomain.com/">
  <meta property="og:image" content="https://yourdomain.com/og.png">

  <!-- Twitter Card -->
  <meta name="twitter:card" content="summary_large_image">
  <meta name="twitter:title" content="My HTML Page">
  <meta name="twitter:description" content="A page built with htmlstart.">
</head>
<body>

  <header>
    <h1>My HTML Page</h1>
  </header>
  <main>
    <p>Start writing.</p>
  </main>
  <footer>
    <p><small>© 2026</small></p>
  </footer>

</body>
</html>
ship it

Wrote the HTML. Now put it online.

Your file needs a home. TextraHost runs on hardware in India — low-latency for Indian visitors, no DNS acrobatics, cPanel included. Upload the file, point a domain, done.

See hosting plans → Starting ₹50/mo · India-based servers
// typical setup
1. Copy your HTML
2. Upload via cPanel File Manager
3. Point your domain
4. Live in ~2 minutes.