
<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Главная</title>
        <style>
        body {
            font-family: Arial, sans-serif;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            line-height: 1.6;
        }
        .content {
            margin: 20px 0;
        }
        .links-section {
            margin: 30px 0;
            padding: 20px;
            background: #f5f5f5;
            border-radius: 8px;
        }
        .links-section h2 {
            margin-top: 0;
        }
        .links-list {
            list-style: none;
            padding: 0;
        }
        .links-list li {
            margin: 10px 0;
        }
        .links-list a {
            color: #3498db;
            text-decoration: none;
        }
        .links-list a:hover {
            text-decoration: underline;
        }
    </style>
</head>
<body>
    <header>
        <h1>Главная</h1>
    </header>

    <div class="content">
            </div>

    
    
    
    <script>
        // Передать базовый URL API в JavaScript
        window.API_BASE_URL = 'https://ireplicabags.ru/api';
    </script>
    <script src="js/tracking.js"></script>
</body>
</html>

