File size: 2,120 Bytes
72b6287
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<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>