Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - 4dsn.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 18 May 2025 16:59:55 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Sun, 18 May 2025 17:59:55 GMT
Location: https://4dsn.com/
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=B8c%2FkNCCB0Tm6idSqB2sHSGcKATzNkk1hdbAR3V7%2BbKVy6tfd%2FBMTARrv%2BXI9kCEN7A8y63bymYmJ3%2B%2BZQAyT7FN9L58CNs42%2FoMrmNNAr9uqVfh5jeCaen13%2FqCa45ZjIIzK7DAfw%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 941ce86a0e0d3554-FRA
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=23881&min_rtt=23881&rtt_var=11940&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=164&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

HTTP Code 301 Moved Permanently

301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://4dsn.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 18 May 2025 16:59:56 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Last-Modified: Wed, 23 Apr 2025 02:51:21 GMT
Cf-Cache-Status: DYNAMIC
Vary: Accept-Encoding
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GWO4wofw%2FVvddytOlVh%2FK96L9AwEhc%2FU4j1owyvTM1bNVn0ndDt8lLkA3NR9AtJth0Zqm2LzUCQmneydY1GSPHZZWBY7iOiqMyGrKoH2BEmHF5FR"}]}
CF-RAY: 941ce86abf1bdce7-AMS
alt-svc: h3=":443"; ma=86400

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: 4dsn.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>4DSN - Enterprise Link in Bio Platform | Unlimited Links & Customization</title>
    <meta name="description" content="Manage your online presence with 4DSN, the enterprise-ready link-in-bio platform offering unlimited links, deep customization, analytics, and complete control over your digital identity.">
    <meta property="og:title" content="4DSN - Enterprise Link in Bio Platform">
    <meta property="og:description" content="Simplify and control your online presence with a highly customizable, enterprise-grade link-in-bio page.">
    <meta property="og:image" content="https://4dsn.com/images/og-image.jpg"> <!-- Ensure this image exists and is optimized (1200x630) -->
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="630">
    <meta property="og:type" content="website">
    <meta property="og:url" content="https://4dsn.com">

    <!-- Favicon Links - Ensure these files exist in root and are optimized -->
    <link rel="icon" href="/favicon.ico" sizes="any">
    <link rel="icon" href="/favicon.svg" type="image/svg+xml">
    <link rel="apple-touch-icon" href="/apple-touch-icon.png">

    <!-- Tailwind CSS via jsDelivr -->
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">

    <!-- Font Awesome via jsDelivr -->
    <link href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css" rel="stylesheet">

    <!-- Google Fonts -->
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">

    <style>
        /* Accessibility Check: Ensure sufficient color contrast (WCAG AA) for all text/background combinations */
        body {
            font-family: 'Inter', sans-serif;
            scroll-behavior: smooth;
        }

        .gradient-bg {
            background: linear-gradient(135deg, #5f2c82 0%, #49a09d 100%);
        }

        .gradient-text { /* Kept in case used elsewhere, but logo replaces its use in header */
            background: linear-gradient(135deg, #5f2c82 0%, #49a09d 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; /* Changed for better compatibility */
            color: transparent; /* Fallback */
        }

        .mockup-shadow {
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            transition: transform 0.3s ease;
        }

        .mockup-shadow:hover {
            transform: translateY(-5px);
        }

        .feature-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }

        .cta-button {
            background: linear-gradient(135deg, #5f2c82 0%, #49a09d 100%);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 15px -3px rgba(95, 44, 130, 0.3), 0 4px 6px -2px rgba(73, 160, 157, 0.2);
        }

        .icon-circle {
            border-radius: 50%;
            background-color: rgba(95, 44, 130, 0.1);
            padding: 15px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
        }
        /* Style for the mobile menu */
        #mobile-menu {
            transition: max-height 0.3s ease-out;
            max-height: 0;
            overflow: hidden;
        }
         #mobile-menu.open {
            max-height: 500px; /* Adjust as needed */
        }
    </style>

    <!-- SEO: Schema.org Markup -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "name": "4DSN",
      "url": "https://4dsn.com",
      "logo": "https://4dsn.com/4d_logo.png", // Updated logo URL
      "description": "The enterprise-ready link-in-bio platform for managing your online presence."
    }
    </script>
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "SoftwareApplication",
      "name": "4DSN Link Management Platform",
      "applicationCategory": "BusinessApplication",
      "operatingSystem": "Web",
      "description": "A self-hosted link-in-bio platform (based on LinkStack) offering unlimited links, customization, and analytics.",
      "offers": {
        "@type": "Offer",
        "price": "0",
        "priceCurrency": "USD"
      },
      "publisher": {
        "@type": "Organization",
        "name": "4DSN"
      }
    }
    </script>

</head>
<body class="bg-gray-50">
    <!-- Header/Navigation -->
    <header class="bg-white shadow-sm sticky top-0 z-50">
        <div class="container mx-auto px-4 py-4 flex items-center justify-between">
            <div class="flex items-center">
                <!-- Logo Implementation -->
                <a href="/" aria-label="4DSN Homepage">
                    <!-- Changed h-8 to h-12 - Adjust h-12 (height: 3rem) further if needed -->
                    <img src="/4d_logo.png" alt="4DSN Logo" class="h-12 w-auto">
                </a>
                <!-- End Logo Implementation -->
            </div>

            <!-- Desktop Navigation -->
            <nav class="hidden md:flex space-x-8">
                <a href="#features" class="text-gray-700 hover:text-purple-600 font-medium">Features</a>
                <a href="#how-it-works" class="text-gray-700 hover:text-purple-600 font-medium">How It Works</a>
                <a href="#testimonials" class="text-gray-700 hover:text-purple-600 font-medium">Testimonials</a>
                <a href="#faq" class="text-gray-700 hover:text-purple-600 font-medium">FAQ</a>
            </nav>

            <div class="hidden md:block">
                 <a href="https://4dsn.com/login" class="secondary-button px-6 py-2 rounded-lg font-medium">Sign In</a>
                <a href="https://4dsn.com/register" class="cta-button text-white px-6 py-2 rounded-lg font-medium">Get Started</a>
            </div>

            <!-- Mobile Menu Button -->
            <div class="md:hidden">
                <button id="mobile-menu-button" class="text-gray-700 focus:outline-none" aria-label="Toggle Menu">
                    <i id="mobile-menu-icon" class="fas fa-bars text-xl"></i>
                </button>
            </div>
        </div>
        <!-- Mobile Menu Container -->
        <div id="mobile-menu" class="md:hidden bg-white border-t border-gray-100">
            <nav class="px-4 pt-2 pb-4 space-y-2">
                <a href="#features" class="block px-2 py-1 text-gray-700 hover:bg-purple-50 rounded">Features</a>
                <a href="#how-it-works" class="block px-2 py-1 text-gray-700 hover:bg-purple-50 rounded">How It Works</a>
                <a href="#testimonials" class="block px-2 py-1 text-gray-700 hover:bg-purple-50 rounded">Testimonials</a>
                <a href="#faq" class="block px-2 py-1 text-gray-700 hover:bg-purple-50 rounded">FAQ</a>
                <a href="https://4dsn.com/login" class="block px-2 py-2 mt-2 text-center border border-purple-500 text-purple-700 rounded-lg font-medium w-full hover:bg-purple-50">Sign In</a>
                <a href="https://4dsn.com/register" class="block px-2 py-2 mt-2 text-center cta-button text-white rounded-lg font-medium w-full">Get Started</a>
            </nav>
        </div>
    </header>

    <!-- Hero Section -->
    <section class="py-16 md:py-24">
        <div class="container mx-auto px-4">
            <div class="flex flex-col md:flex-row items-center">
                <div class="md:w-1/2 mb-12 md:mb-0">
                    <!-- SEO: H1 includes primary keywords -->
                    <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold mb-6 leading-tight">
                        Simplify Your <span class="gradient-text">Online Presence</span> Platform
                    </h1>
                    <p class="text-lg md:text-xl text-gray-600 mb-8">
                        One customizable page for all your important links, content, and social profiles. Share everything that matters in one elegant link-in-bio solution.
                    </p>
                    <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
                        <a href="https://4dsn.com/register" class="cta-button text-white px-8 py-3 rounded-lg font-medium text-center">
                            Get Started Now
                        </a>
                        <a href="#features" class="bg-white border border-purple-500 text-purple-700 px-8 py-3 rounded-lg font-medium text-center hover:bg-purple-50 transition">
                            Explore Features
                        </a>
                    </div>
                </div>
                <div class="md:w-1/2 flex justify-center">
                    <div class="relative">
                        <!-- Interface: Mockup should accurately represent the live UI -->
                        <!-- SEO: If replaced with <img>, add descriptive alt text -->
                        <div class="mockup-shadow bg-white rounded-2xl overflow-hidden border border-gray-200 max-w-sm">
                            <div class="bg-gradient-to-r from-purple-700 to-teal-500 px-6 py-4 text-white">
                                <div class="flex items-center justify-between">
                                    <div>
                                        <h3 class="font-bold">@username</h3>
                                        <p class="text-sm opacity-75">Digital Creator</p>
                                    </div>
                                    <div class="h-10 w-10 rounded-full bg-white/20 flex items-center justify-center">
                                        <i class="fas fa-user text-white"></i>
                                    </div>
                                </div>
                            </div>
                            <div class="p-6">
                                <div class="space-y-4">
                                    <a href="#" class="block bg-gradient-to-r from-purple-600 to-purple-700 text-white py-3 px-4 rounded-lg text-center"> <i class="fab fa-youtube mr-2"></i> Latest Video </a>
                                    <a href="#" class="block bg-gradient-to-r from-blue-500 to-blue-600 text-white py-3 px-4 rounded-lg text-center"> <i class="fab fa-twitter mr-2"></i> Follow on Twitter </a>
                                    <a href="#" class="block bg-gradient-to-r from-pink-500 to-pink-600 text-white py-3 px-4 rounded-lg text-center"> <i class="fab fa-instagram mr-2"></i> Instagram </a>
                                    <a href="#" class="block bg-gradient-to-r from-gray-700 to-gray-800 text-white py-3 px-4 rounded-lg text-center"> <i class="fas fa-shopping-bag mr-2"></i> My Store </a>
                                    <a href="#" class="block bg-gradient-to-r from-green-500 to-green-600 text-white py-3 px-4 rounded-lg text-center"> <i class="fas fa-podcast mr-2"></i> Podcast </a>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Social Proof Section -->
    <section class="bg-gray-100 py-12">
        <div class="container mx-auto px-4 text-center">
            <div class="mt-0 flex justify-center">
                <div class="bg-white p-6 rounded-lg shadow-md max-w-md">
                    <!-- Content Verification: Ensure '10,000+' is accurate or use 'thousands of' -->
                    <p class="text-lg text-gray-600">Join <span class="font-bold text-purple-600">10,000+</span> creators, influencers, and businesses who've simplified their online presence</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Features Section -->
     <section id="features" class="py-16 md:py-24">
        <div class="container mx-auto px-4">
            <div class="text-center mb-16">
                <!-- SEO: H2 incorporates relevant terms -->
                <h2 class="text-3xl md:text-4xl font-bold mb-4">Enterprise Features For Your Link In Bio</h2>
                <p class="text-lg text-gray-600 max-w-3xl mx-auto">Everything you need to create, customize, analyze, and share your perfect link management page.</p>
            </div>
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
                 <!-- Feature Cards -->
                 <div class="feature-card bg-white p-6 rounded-xl shadow-sm border border-gray-100"> <div class="icon-circle text-purple-600 mb-4"> <i class="fas fa-infinity text-2xl"></i> </div> <h3 class="text-xl font-bold mb-3">Unlimited Links</h3> <p class="text-gray-600">Add all your important websites, social profiles, projects, and content in one place. No arbitrary limits!</p> </div>
                 <div class="feature-card bg-white p-6 rounded-xl shadow-sm border border-gray-100"> <div class="icon-circle text-purple-600 mb-4"> <i class="fas fa-magic text-2xl"></i> </div> <h3 class="text-xl font-bold mb-3">Effortless Management</h3> <p class="text-gray-600">Easily add, edit, delete, and reorder your links with a simple drag-and-drop interface in your personal dashboard.</p> </div>
                 <div class="feature-card bg-white p-6 rounded-xl shadow-sm border border-gray-100"> <div class="icon-circle text-purple-600 mb-4"> <i class="fas fa-paint-brush text-2xl"></i> </div> <h3 class="text-xl font-bold mb-3">Deep Customization</h3> <p class="text-gray-600">Make your page truly yours! Choose from beautiful themes, upload custom backgrounds, select colors, and pick fonts to perfectly match your brand or personality.</p> </div>
                 <div class="feature-card bg-white p-6 rounded-xl shadow-sm border border-gray-100"> <div class="icon-circle text-purple-600 mb-4"> <i class="fas fa-film text-2xl"></i> </div> <h3 class="text-xl font-bold mb-3">Embed Rich Content</h3> <p class="text-gray-600">Go beyond simple links. Embed videos (YouTube, Vimeo), music (Spotify, SoundCloud), live streams (Twitch), and more directly onto your page.</p> </div>
                 <div class="feature-card bg-white p-6 rounded-xl shadow-sm border border-gray-100"> <div class="icon-circle text-purple-600 mb-4"> <i class="fas fa-share-alt text-2xl"></i> </div> <h3 class="text-xl font-bold mb-3">Social Media Icons</h3> <p class="text-gray-600">Prominently display icons linking directly to all your social media profiles (Instagram, Twitter, Facebook, TikTok, LinkedIn, etc.).</p> </div>
                 <div class="feature-card bg-white p-6 rounded-xl shadow-sm border border-gray-100"> <div class="icon-circle text-purple-600 mb-4"> <i class="fas fa-layer-group text-2xl"></i> </div> <h3 class="text-xl font-bold mb-3">Organize with Sections</h3> <p class="text-gray-600">Group your links under custom headings (e.g., "My Projects," "Socials," "Latest Content") to keep your page clean and easy to navigate.</p> </div>
                 <div class="feature-card bg-white p-6 rounded-xl shadow-sm border border-gray-100"> <div class="icon-circle text-purple-600 mb-4"> <i class="fas fa-chart-line text-2xl"></i> </div> <h3 class="text-xl font-bold mb-3">Track Link Performance</h3> <p class="text-gray-600">Get basic insights into how many clicks your links are receiving to understand what resonates with your audience.</p> </div>
                 <div class="feature-card bg-white p-6 rounded-xl shadow-sm border border-gray-100"> <div class="icon-circle text-purple-600 mb-4"> <i class="fas fa-qrcode text-2xl"></i> </div> <h3 class="text-xl font-bold mb-3">QR Code Sharing</h3> <p class="text-gray-600">Generate a unique QR code for your 4DSN page, making it easy to share offline or on printed materials.</p> </div>
                 <div class="feature-card bg-white p-6 rounded-xl shadow-sm border border-gray-100"> <div class="icon-circle text-purple-600 mb-4"> <i class="fas fa-mobile-alt text-2xl"></i> </div> <h3 class="text-xl font-bold mb-3">Mobile-First Design</h3> <p class="text-gray-600">Your page will look stunning and work flawlessly on desktops, tablets, and smartphones, optimized for mobile visitors.</p> </div>
                <div class="feature-card bg-white p-6 rounded-xl shadow-sm border border-gray-100"> <div class="icon-circle text-purple-600 mb-4"> <i class="fas fa-shield-alt text-2xl"></i> </div> <h3 class="text-xl font-bold mb-3">Your Data, Your Control</h3> <p class="text-gray-600">Because it's self-hosted on your domain (4dsn.com), you maintain full control over your data, privacy, and user experience.</p> </div>
            </div>
            <div class="text-center mt-12"> <a href="https://4dsn.com/register" class="cta-button text-white px-8 py-3 rounded-lg font-medium inline-block"> Start Customizing Your Page </a> </div>
        </div>
    </section>

    <!-- How It Works Section -->
    <section id="how-it-works" class="py-16 md:py-24 bg-gray-50">
        <div class="container mx-auto px-4">
            <div class="text-center mb-16"> <h2 class="text-3xl md:text-4xl font-bold mb-4">Get Started in Minutes</h2> <p class="text-lg text-gray-600 max-w-3xl mx-auto">From sign-up to sharing your powerful link page in three simple steps</p> </div>
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                 <div class="bg-white p-8 rounded-xl shadow-sm border border-gray-100 text-center"> <div class="w-16 h-16 bg-purple-100 rounded-full flex items-center justify-center text-purple-600 text-2xl font-bold mx-auto mb-6">1</div> <h3 class="text-xl font-bold mb-4">Register Account</h3> <p class="text-gray-600 mb-6">Quickly create an account and choose your unique username (e.g., 4dsn.com/yourname).</p> <div class="mockup-shadow rounded-lg overflow-hidden mx-auto max-w-xs"> <div class="bg-white p-4 border border-gray-200"> <div class="space-y-4"> <div class="h-8 bg-purple-100 rounded w-3/4 mx-auto"></div> <div class="h-8 bg-purple-100 rounded w-3/4 mx-auto"></div> <div class="h-10 bg-purple-500 rounded w-1/2 mx-auto"></div> </div> </div> </div> </div>
                 <div class="bg-white p-8 rounded-xl shadow-sm border border-gray-100 text-center"> <div class="w-16 h-16 bg-purple-100 rounded-full flex items-center justify-center text-purple-600 text-2xl font-bold mx-auto mb-6">2</div> <h3 class="text-xl font-bold mb-4">Add & Customize</h3> <p class="text-gray-600 mb-6">Add unlimited links, embed content, customize themes, colors, fonts, and organize everything perfectly.</p> <div class="mockup-shadow rounded-lg overflow-hidden mx-auto max-w-xs"> <div class="bg-white p-4 border border-gray-200"> <div class="space-y-4"> <div class="h-12 bg-blue-100 rounded flex items-center px-4"> <div class="w-8 h-8 rounded-full bg-blue-200 mr-3"></div> <div class="h-4 bg-gray-200 rounded w-3/4"></div> </div> <div class="h-12 bg-pink-100 rounded flex items-center px-4"> <div class="w-8 h-8 rounded-full bg-pink-200 mr-3"></div> <div class="h-4 bg-gray-200 rounded w-3/4"></div> </div> <div class="h-12 bg-green-100 rounded flex items-center px-4"> <div class="w-8 h-8 rounded-full bg-green-200 mr-3"></div> <div class="h-4 bg-gray-200 rounded w-3/4"></div> </div> </div> </div> </div> </div>
                 <div class="bg-white p-8 rounded-xl shadow-sm border border-gray-100 text-center"> <div class="w-16 h-16 bg-purple-100 rounded-full flex items-center justify-center text-purple-600 text-2xl font-bold mx-auto mb-6">3</div> <h3 class="text-xl font-bold mb-4">Share Everywhere</h3> <p class="text-gray-600 mb-6">Add your 4DSN link to all your social bios, email signatures, or use the QR code to boost engagement.</p> <div class="mockup-shadow rounded-lg overflow-hidden mx-auto max-w-xs"> <div class="bg-white p-4 border border-gray-200"> <div class="flex flex-col items-center space-y-4"> <div class="w-32 h-32 bg-gray-100 flex items-center justify-center"> <i class="fas fa-qrcode text-4xl text-gray-500"></i> </div> <div class="h-6 bg-purple-100 rounded w-3/4"></div> <div class="flex space-x-3"> <div class="w-8 h-8 rounded-full bg-blue-100 flex items-center justify-center"> <i class="fab fa-facebook-f text-xs text-blue-500"></i> </div> <div class="w-8 h-8 rounded-full bg-blue-100 flex items-center justify-center"> <i class="fab fa-twitter text-xs text-blue-400"></i> </div> <div class="w-8 h-8 rounded-full bg-red-100 flex items-center justify-center"> <i class="fab fa-pinterest text-xs text-red-500"></i> </div> </div> </div> </div> </div> </div>
            </div>
            <div class="text-center mt-12"> <a href="https://4dsn.com/register" class="cta-button text-white px-8 py-3 rounded-lg font-medium inline-block"> Get Your Link Today </a> </div>
        </div>
    </section>

    <!-- Admin Dashboard Showcase -->
    <section class="py-16 md:py-24">
        <div class="container mx-auto px-4">
            <div class="flex flex-col md:flex-row items-center">
                <div class="md:w-1/2 md:pr-12 mb-12 md:mb-0"> <h2 class="text-3xl font-bold mb-6">Intuitive Control Panel</h2> <p class="text-lg text-gray-600 mb-6"> Manage your link-in-bio page effortlessly with our powerful yet simple dashboard. Add, edit, customize, and analyze your links with drag-and-drop ease. </p> <ul class="space-y-4 mb-8"> <li class="flex items-center"> <i class="fas fa-check text-green-500 mr-3"></i> <span>Real-time analytics dashboard</span> </li> <li class="flex items-center"> <i class="fas fa-check text-green-500 mr-3"></i> <span>Drag-and-drop link organization</span> </li> <li class="flex items-center"> <i class="fas fa-check text-green-500 mr-3"></i> <span>Advanced theme & appearance customization</span> </li> <li class="flex items-center"> <i class="fas fa-check text-green-500 mr-3"></i> <span>Easy social media icon integration</span> </li> </ul> <a href="https://4dsn.com/register" class="cta-button text-white px-8 py-3 rounded-lg font-medium inline-block"> Explore the Dashboard </a> </div>
                <div class="md:w-1/2"> <div class="mockup-shadow bg-white rounded-xl overflow-hidden border border-gray-200"> <div class="bg-gray-800 px-4 py-3 flex items-center"> <div class="flex space-x-2"> <div class="w-3 h-3 rounded-full bg-red-500"></div> <div class="w-3 h-3 rounded-full bg-yellow-500"></div> <div class="w-3 h-3 rounded-full bg-green-500"></div> </div> <div class="mx-auto text-gray-300 text-sm">4DSN Dashboard</div> </div> <div class="p-4"> <div class="flex border-b border-gray-200 pb-4"> <div class="w-1/4 bg-gray-100 p-4 rounded-l-lg"> <div class="space-y-4"> <div class="h-8 w-full bg-gray-200 rounded"></div> <div class="h-8 w-full bg-purple-200 rounded"></div> <div class="h-8 w-full bg-gray-200 rounded"></div> <div class="h-8 w-full bg-gray-200 rounded"></div> </div> </div> <div class="w-3/4 bg-white p-4 rounded-r-lg"> <div class="border-b border-gray-200 pb-4 mb-4"> <div class="flex justify-between items-center mb-4"> <div class="h-8 w-40 bg-gray-200 rounded"></div> <div class="h-8 w-24 bg-purple-500 rounded"></div> </div> </div> <div class="space-y-4"> <div class="h-16 w-full bg-gray-100 rounded p-2 flex items-center justify-between"> <div class="flex items-center"> <div class="w-10 h-10 rounded bg-blue-200 mr-3 flex items-center justify-center"> <i class="fab fa-twitter text-blue-500"></i> </div> <div class="h-6 w-32 bg-gray-200 rounded"></div> </div> <div class="flex items-center space-x-2"> <div class="w-8 h-8 rounded bg-gray-200"></div> <div class="w-8 h-8 rounded bg-gray-200"></div> </div> </div> <div class="h-16 w-full bg-gray-100 rounded p-2 flex items-center justify-between"> <div class="flex items-center"> <div class="w-10 h-10 rounded bg-pink-200 mr-3 flex items-center justify-center"> <i class="fab fa-instagram text-pink-500"></i> </div> <div class="h-6 w-32 bg-gray-200 rounded"></div> </div> <div class="flex items-center space-x-2"> <div class="w-8 h-8 rounded bg-gray-200"></div> <div class="w-8 h-8 rounded bg-gray-200"></div> </div> </div> <div class="h-16 w-full bg-gray-100 rounded p-2 flex items-center justify-between"> <div class="flex items-center"> <div class="w-10 h-10 rounded bg-red-200 mr-3 flex items-center justify-center"> <i class="fab fa-youtube text-red-500"></i> </div> <div class="h-6 w-32 bg-gray-200 rounded"></div> </div> <div class="flex items-center space-x-2"> <div class="w-8 h-8 rounded bg-gray-200"></div> <div class="w-8 h-8 rounded bg-gray-200"></div> </div> </div> </div> </div> </div> </div> </div> </div>
            </div>
        </div>
    </section>

    <!-- Testimonials Section -->
    <section id="testimonials" class="py-16 md:py-24 bg-gray-50">
         <div class="container mx-auto px-4">
            <div class="text-center mb-16"> <h2 class="text-3xl md:text-4xl font-bold mb-4">Success Stories</h2> <p class="text-lg text-gray-600 max-w-3xl mx-auto">See how 4DSN helps creators and businesses thrive online</p> </div>
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                 <div class="bg-white p-6 rounded-xl shadow-sm border border-gray-100"> <div class="flex items-center mb-4"> <div class="w-12 h-12 bg-gray-200 rounded-full overflow-hidden flex items-center justify-center"> <i class="fas fa-user text-gray-400 text-xl"></i> </div> <div class="ml-4"> <h4 class="font-bold">Alex Morgan</h4> <p class="text-sm text-gray-500">Content Creator</p> </div> </div> <div class="mb-4"> <div class="flex text-yellow-400"> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> </div> </div> <p class="text-gray-600"> "4DSN has transformed how I share content. The customization options are incredible, and I've seen a 40% increase in click-through rates since switching. Love the analytics!" </p> </div>
                 <div class="bg-white p-6 rounded-xl shadow-sm border border-gray-100"> <div class="flex items-center mb-4"> <div class="w-12 h-12 bg-gray-200 rounded-full overflow-hidden flex items-center justify-center"> <i class="fas fa-user text-gray-400 text-xl"></i> </div> <div class="ml-4"> <h4 class="font-bold">Jamie Chen</h4> <p class="text-sm text-gray-500">Digital Entrepreneur</p> </div> </div> <div class="mb-4"> <div class="flex text-yellow-400"> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> </div> </div> <p class="text-gray-600"> "The ability to organize my links into sections is a game-changer. My customers find what they need easily, and the QR code feature is perfect for events." </p> </div>
                 <div class="bg-white p-6 rounded-xl shadow-sm border border-gray-100"> <div class="flex items-center mb-4"> <div class="w-12 h-12 bg-gray-200 rounded-full overflow-hidden flex items-center justify-center"> <i class="fas fa-user text-gray-400 text-xl"></i> </div> <div class="ml-4"> <h4 class="font-bold">Taylor Wright</h4> <p class="text-sm text-gray-500">Music Artist</p> </div> </div> <div class="mb-4"> <div class="flex text-yellow-400"> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star-half-alt"></i> </div> </div> <p class="text-gray-600"> "Embedding my Spotify tracks directly on my 4DSN page is incredible. I've connected with more fans and seen streaming numbers increase. Essential for releases!" </p> </div>
            </div>
            <div class="text-center mt-12"> <a href="https://4dsn.com/register" class="cta-button text-white px-8 py-3 rounded-lg font-medium inline-block"> Become a Success Story </a> </div>
        </div>
    </section>

    <!-- FAQ Section -->
    <section id="faq" class="py-16 md:py-24">
        <div class="container mx-auto px-4">
            <div class="text-center mb-16"> <h2 class="text-3xl md:text-4xl font-bold mb-4">Frequently Asked Questions</h2> <p class="text-lg text-gray-600 max-w-3xl mx-auto">Your questions about the 4DSN link management platform, answered.</p> </div>
            <div class="max-w-3xl mx-auto">
                <div class="space-y-6 faq-container">
                     <div class="bg-white rounded-xl shadow-sm border border-gray-100 overflow-hidden faq-item"> <button class="faq-question flex justify-between items-center w-full p-6 text-left"> <h3 class="text-lg font-semibold">How do I create a 4DSN page?</h3> <i class="fas fa-chevron-down text-purple-500 transition-transform duration-300"></i> </button> <div class="faq-answer p-6 pt-0 text-gray-600" style="max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out;"> <p>Creating your 4DSN page is simple! Just register an account at 4dsn.com/register, choose your unique username, and start adding your links via our intuitive dashboard. Customize themes, colors, fonts, and organize your page exactly how you want it.</p> </div> </div>
                     <div class="bg-white rounded-xl shadow-sm border border-gray-100 overflow-hidden faq-item"> <button class="faq-question flex justify-between items-center w-full p-6 text-left"> <h3 class="text-lg font-semibold">Can I use my own domain with 4DSN?</h3> <i class="fas fa-chevron-down text-purple-500 transition-transform duration-300"></i> </button> <div class="faq-answer p-6 pt-0 text-gray-600" style="max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out;"> <p>With 4DSN, you receive a personalized URL (4dsn.com/yourusername) hosted on our platform. This provides a professional, branded experience without needing complex domain configurations, leveraging the features of our LinkStack-based system directly.</p> </div> </div>
                     <div class="bg-white rounded-xl shadow-sm border border-gray-100 overflow-hidden faq-item"> <button class="faq-question flex justify-between items-center w-full p-6 text-left"> <h3 class="text-lg font-semibold">What types of content can I add?</h3> <i class="fas fa-chevron-down text-purple-500 transition-transform duration-300"></i> </button> <div class="faq-answer p-6 pt-0 text-gray-600" style="max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out;"> <p>Beyond unlimited standard links, you can embed YouTube/Vimeo videos, Spotify/SoundCloud players, Twitch streams, social posts, and more. Add custom text, headers, social icons, and organize everything into logical sections.</p> </div> </div>
                     <div class="bg-white rounded-xl shadow-sm border border-gray-100 overflow-hidden faq-item"> <button class="faq-question flex justify-between items-center w-full p-6 text-left"> <h3 class="text-lg font-semibold">What analytics does 4DSN provide?</h3> <i class="fas fa-chevron-down text-purple-500 transition-transform duration-300"></i> </button> <div class="faq-answer p-6 pt-0 text-gray-600" style="max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out;"> <p>Our dashboard offers detailed analytics primarily tracking the number of clicks on each of your links. Analyze trends over time to understand audience engagement and identify your most popular content for optimization.</p> </div> </div>
                     <div class="bg-white rounded-xl shadow-sm border border-gray-100 overflow-hidden faq-item"> <button class="faq-question flex justify-between items-center w-full p-6 text-left"> <h3 class="text-lg font-semibold">Is 4DSN mobile-friendly?</h3> <i class="fas fa-chevron-down text-purple-500 transition-transform duration-300"></i> </button> <div class="faq-answer p-6 pt-0 text-gray-600" style="max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out;"> <p>Absolutely! 4DSN pages are fully responsive and optimized for mobile devices first, ensuring a fast, seamless experience for visitors accessing your link from Instagram, TikTok, or any other platform on their smartphones or tablets.</p> </div> </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Final CTA Section -->
    <section class="py-16 md:py-24 bg-gradient-to-r from-purple-600 to-indigo-600 text-white">
        <div class="container mx-auto px-4 text-center"> <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Elevate Your Online Presence?</h2> <p class="text-xl mb-10 max-w-3xl mx-auto">Join thousands of creators and businesses who've streamlined their digital presence with 4DSN.</p> <a href="https://4dsn.com/register" class="bg-white text-purple-600 px-10 py-4 rounded-lg font-bold text-lg inline-block hover:bg-gray-100 transition shadow-lg transform hover:-translate-y-1"> Get Started - It's Free! </a> </div>
    </section>

    <!-- Footer -->
    <footer class="bg-gray-900 text-white pt-16 pb-8">
        <div class="container mx-auto px-4">
            <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
                <!-- Column 1: Logo & Info -->
                <div> <div class="text-2xl font-bold mb-4">4DSN</div> <p class="text-gray-400 mb-4">The enterprise-ready link-in-bio platform. Simplify & control.</p> </div>
                <!-- Column 2: Features -->
                <div> <h4 class="text-lg font-semibold mb-4">Quick Links</h4> <ul class="space-y-2 text-gray-400"> <li><a href="#features" class="hover:text-white transition">Features</a></li> <li><a href="#how-it-works" class="hover:text-white transition">How It Works</a></li> <li><a href="#testimonials" class="hover:text-white transition">Testimonials</a></li> <li><a href="#faq" class="hover:text-white transition">FAQ</a></li> <li><a href="https://4dsn.com/register" class="hover:text-white transition">Sign Up</a></li> </ul> </div>
                <!-- Column 3: Legal -->
                <div> <h4 class="text-lg font-semibold mb-4">Legal</h4> <ul class="space-y-2 text-gray-400"> <li><a href="/terms" class="hover:text-white transition">Terms of Service</a></li> <li><a href="/privacy" class="hover:text-white transition">Privacy Policy</a></li> </ul> </div>
                <!-- Column 4: Contact -->
                <div>
                    <h4 class="text-lg font-semibold mb-4">Connect</h4>
                    <ul class="space-y-2 text-gray-400 mb-4">
                        <li><a href="/cdn-cgi/l/email-protection#6c1f191c1c031e182c58081f02420f0301" class="hover:text-white transition"><span class="__cf_email__" data-cfemail="295a5c5959465b5d691d4d5a47074a4644">[email&#160;protected]</span></a></li>
                    </ul>
                     <!-- Social media icons DIV removed -->
                </div>
            </div>
            <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-500">
                <p id="copyright">© 2023 4dsn.com - All rights reserved</p>
            </div>
        </div>
    </footer>

    <!-- Scripts -->
    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
        // Smooth scroll for anchor links
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function (e) {
                e.preventDefault();
                const targetId = this.getAttribute('href');
                if (targetId.length > 1 && document.querySelector(targetId)) {
                     const targetElement = document.querySelector(targetId);
                     const headerOffset = document.querySelector('header')?.offsetHeight || 80;
                     const elementPosition = targetElement.getBoundingClientRect().top;
                     const offsetPosition = elementPosition + window.pageYOffset - headerOffset;
                    window.scrollTo({ top: offsetPosition, behavior: 'smooth' });
                } else if (targetId === '#') {
                     window.scrollTo({ top: 0, behavior: 'smooth' });
                }
                 const mobileMenu = document.getElementById('mobile-menu');
                 const mobileMenuIcon = document.getElementById('mobile-menu-icon');
                 if (mobileMenu.classList.contains('open')) {
                    mobileMenu.classList.remove('open');
                    mobileMenuIcon.classList.remove('fa-times');
                    mobileMenuIcon.classList.add('fa-bars');
                 }
            });
        });

        // Update copyright year dynamically
        document.getElementById('copyright').innerHTML = `© ${new Date().getFullYear()} 4dsn.com - All rights reserved`;

        // Mobile Menu Toggle
        const mobileMenuButton = document.getElementById('mobile-menu-button');
        const mobileMenu = document.getElementById('mobile-menu');
        const mobileMenuIcon = document.getElementById('mobile-menu-icon');
        if(mobileMenuButton && mobileMenu && mobileMenuIcon) {
            mobileMenuButton.addEventListener('click', () => {
                mobileMenu.classList.toggle('open');
                if (mobileMenu.classList.contains('open')) {
                    mobileMenuIcon.classList.remove('fa-bars');
                    mobileMenuIcon.classList.add('fa-times');
                } else {
                    mobileMenuIcon.classList.remove('fa-times');
                    mobileMenuIcon.classList.add('fa-bars');
                }
            });
        }

        // FAQ Accordion Toggle Functionality
        const faqContainer = document.querySelector('.faq-container');
        if (faqContainer) {
            faqContainer.addEventListener('click', function(e) {
                const questionButton = e.target.closest('.faq-question');
                if (!questionButton) return;
                const faqItem = questionButton.closest('.faq-item');
                const answer = faqItem.querySelector('.faq-answer');
                const icon = questionButton.querySelector('i');
                // Close other open FAQs
                faqContainer.querySelectorAll('.faq-item').forEach(item => {
                    if (item !== faqItem) {
                        const otherAnswer = item.querySelector('.faq-answer');
                        const otherIcon = item.querySelector('.faq-question i');
                        otherAnswer.style.maxHeight = null;
                        if (otherIcon) otherIcon.style.transform = 'rotate(0deg)';
                    }
                });
                // Toggle clicked FAQ
                if (answer.style.maxHeight) {
                    answer.style.maxHeight = null;
                    if (icon) icon.style.transform = 'rotate(0deg)';
                } else {
                    answer.style.maxHeight = answer.scrollHeight + "px";
                    if (icon) icon.style.transform = 'rotate(180deg)';
                }
            });
        }
    </script>
</body>
</html>                               

Whois info of domain

Domain Name: 4DSN.COM
Registry Domain ID: 1668294464_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2025-04-23T00:41:05Z
Creation Date: 2011-07-22T18:17:26Z
Registry Expiry Date: 2025-07-22T18:17:26Z
Registrar: NameCheap, Inc.
Registrar IANA ID: 1068
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6613102107
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: ANNALISE.NS.CLOUDFLARE.COM
Name Server: CARTMAN.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-18T16:59:46Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass