starter / bootstrap
Bootstrap 5 boilerplate.
HTML5 boilerplate with Bootstrap 5 CSS and JS pre-linked. Ideal for rapid prototyping and client sites.
- Bootstrap 5 CSS + JS via CDN
- Full OG + Twitter card meta
- Mobile-first viewport
- Collapse/modal JS included
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="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"> <!-- Styles --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"> </head> <body> <!-- your content here --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script> </body> </html>
customise it
Tweak your boilerplate.
All options are pre-filled for Bootstrap 5 HTML Starter. Change anything, copy, ship.
<!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="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">
<!-- Styles -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<!-- your content here -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</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.