Загрузка данных


<title>Сайт с логотипом</title>

<body style="margin: 0; font-family: sans-serif;">

    <div style="position: relative; width: 100%;">
        
        <div style="position: absolute; top: 5px; left: 10px; z-index: 10;">
            <img src="assets/img/logo.png" alt="Logo" style="width: 50px; height: 50px; object-fit: contain;">
        </div>

        <div style="display: flex; width: 100%;">
            <div style="background: #4158D0; flex: 1; height: 60px;"></div>
            <div style="background: #C850C0; flex: 1; height: 60px;"></div>
            <div style="background: #FFCC70; flex: 1; height: 60px;"></div>
        </div>
    </div>

    <div style="background: #f0f0f0; width: 100%; height: 50px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #000;">
        Слайдер
    </div>

    <center>
        <p><b>Контент сайта</b></p>
        <div style="border: 2px solid #000; width: 80%; height: 200px; margin-top: 20px;"></div>
    </center>

</body>