Spaces:
Running
Running
| <html lang="nl"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Domeinnaam, hosting, website, e-mail, VPS en SSL | Hostnet</title> | |
| <link rel="stylesheet" href="style.css"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"> | |
| </head> | |
| <body class="font-sans"> | |
| <!-- Cookie Banner --> | |
| <cookie-banner></cookie-banner> | |
| <!-- Header --> | |
| <header-component></header-component> | |
| <!-- Hero Section --> | |
| <hero-section></hero-section> | |
| <!-- Services Grid --> | |
| <services-grid></services-grid> | |
| <!-- Promotional Banners --> | |
| <promo-banners></promo-banners> | |
| <!-- Domain Extensions --> | |
| <domain-extensions></domain-extensions> | |
| <!-- Success Path --> | |
| <success-path></success-path> | |
| <!-- Testimonials --> | |
| <testimonials-section></testimonials-section> | |
| <!-- Academy Articles --> | |
| <academy-articles></academy-articles> | |
| <!-- Support Section --> | |
| <support-section></support-section> | |
| <!-- Footer --> | |
| <footer-component></footer-component> | |
| <!-- Scripts --> | |
| <script src="components/cookieBanner.js"></script> | |
| <script src="components/header.js"></script> | |
| <script src="components/hero.js"></script> | |
| <script src="components/services.js"></script> | |
| <script src="components/promo.js"></script> | |
| <script src="components/domains.js"></script> | |
| <script src="components/path.js"></script> | |
| <script src="components/testimonials.js"></script> | |
| <script src="components/academy.js"></script> | |
| <script src="components/support.js"></script> | |
| <script src="components/footer.js"></script> | |
| <script src="script.js"></script> | |
| <script> | |
| feather.replace(); | |
| </script> | |
| <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script> | |
| </body> | |
| </html> |