<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Under Construction</title>
    <link rel="stylesheet" href="css/style.css">
</head>
<body>
    <div class="particles" id="particles"></div>
    
    <div class="container">
        <div class="content">
            <!-- Main Heading -->
            <h1 class="main-title">Under Construction</h1>
            
            <!-- Warning Message -->
            <div class="warning-box">
                <span class="icon-warning">⚠️</span>
                <p class="warning-text">
                    Please be wary, if some broker is offering this domain for sale.
                </p>
            </div>
            
            <!-- Contact Information -->
            <div class="contact-section">
                <p class="contact-text">
                    Please contact <span class="email-link" id="emailLink" title="Click to reveal and copy email">
                        <span class="icon-envelope">✉</span> <span id="emailDisplay">Click to Reveal Email</span>
                    </span> regarding this site.
                </p>
            </div>
            
            <!-- Portfolio Link -->
            <div class="portfolio-section">
                <a href="https://www.hitmedia.in/portfolio.html" target="_blank" class="portfolio-btn">
                    <span class="icon-briefcase">💼</span>
                    <span>View Our Portfolio</span>
                    <span class="icon-arrow">→</span>
                </a>
                
                <!-- Company Description -->
                <div class="company-info">
                    <p class="company-text">
                        <strong>HitMedia</strong> is a web development company that transforms domains into stunning sites. 
                        We're always looking for exciting collaborations!
                    </p>
                </div>
            </div>
            
            <!-- Progress Bar Animation -->
            <div class="progress-container">
                <div class="progress-bar">
                    <div class="progress-fill"></div>
                </div>
                <p class="progress-text">Building something amazing...</p>
            </div>
        </div>
    </div>
    
    <script src="js/script.js"></script>
    
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-5W10Q42VWL"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());

      gtag('config', 'G-5W10Q42VWL');
    </script>
</body>
</html>
