Server IP : 162.0.215.10 / Your IP : 3.149.237.146 Web Server : LiteSpeed System : Linux premium181.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : alfhgysd ( 724) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/alfhgysd/public_html/ |
Upload File : |
<?php include 'controlPanel/Database.php'; $db = new Database(); ?> <title>سياسة الخصوصية والشروط والاحكام</title> <html lang="ar" dir="rtl"> <head> <?php include "head.php"; ?> </head> <body style="overflow: auto;" data-new-gr-c-s-check-loaded="14.1125.0" data-gr-ext-installed=""> <div class="loaderk d-flex justify-content-center align-items-center" style="display: none; height: 0px;"> </div> <?php include "header.php"; ?> <main><section class="mt-4 py-3" style="margin-bottom: 120px;"> </section> <!-- <section class="container"> <h4 style="color: #17a3a1;" class="my-4">سياسة الضمان والاستبدال</h4> <div class="bg-white rounded"> <div class="container p-4"> <?= $db->get_pages('confirm') ?> </div> </div> </section> --> <div class="container page-container"> <nav aria-label="breadcrumb "> <ol class="breadcrumb mt-4" style="margin-top:2.5rem !important;"> <li class="breadcrumb-item text-info"><a href="#" class="text-info text-decoration-none" style="font-size: 14px;">الرئيسية</a></li> <li class="breadcrumb-item active" aria-current="page" style="font-size: 14px;">سياسة الخصوصية والشروط والاحكام</li> </ol> </nav> <div class="flex justify-center "> <div class="content col-md-8 p-4 m-auto content--single-page w-full lg:w-9/12 bg-white border rounded p-6 lg:p-8 mt-4 lg:mt-12"> <h1 class="fw-bold fs-3 mb-4">سياسة الخصوصية والشروط والاحكام</h1> <div class="content-entry"> <?php $db->get_pages('term')?> </div> <div class="s-comments s-comments-page user-cant-comment"> <div class="comments-list-wrap"> <div class="no-content-placeholder--comments"> <i class="sicon-chat-bubbles text-5xl block mb-5 text-gray-400"></i> <p class="text-sm">لا توجد تعليقات حتى الآن .. قم بإضافة أول تعليق</p> </div> </div> </div> </div> </div> </div> <style> .breadcrumb-item+.breadcrumb-item::before { font-family: 'Font Awesome 6 Free'; content: '\f053' !important; font-weight: 600; font-size: 12px; margin-top: 5px; } .rounded{ border-radius: 4px !important; } </style> <iframe class="d-none" src="" frameborder="0"></iframe> <a href="https://wa.me/<?= $db->get_setting('whatsapp') ?>" class="contact p-1 rounded-circle text-center" style="background-color:#4dc247;width:50px;height:50px;" > <i class="fab fa-whatsapp text-white my-1 fa-2x"></i> </a> </main> <?php include "footer.php"; include "script.php"; ?> </body> </html>