|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/leadai/webmaster.leadai.co.in/resources/views/ |
Upload File : |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>VisitorKrypt</title>
<link rel="shortcut icon" href="{{ asset('public/favicon.png') }}" type="image/x-icon">
<!-- begin::global styles -->
<link rel="stylesheet" href="{{ asset('public/admin/vendors/bundle.css') }}" type="text/css">
<!-- end::global styles -->
<!-- begin::custom styles -->
<link rel="stylesheet" href="{{ asset('public/admin/css/app.min.css') }}" type="text/css">
<link rel="stylesheet" href="{{ asset('public/admin/css/custom.css') }}" type="text/css">
<!-- end::custom styles -->
<!-- begin::datepicker -->
<link rel="stylesheet" href="{{ asset('public/admin/vendors/datepicker/daterangepicker.css') }}">
<!-- begin::datepicker -->
<!-- begin::vmap -->
<link rel="stylesheet" href="{{ asset('public/admin/vendors/vmap/jqvmap.min.css') }}">
<!-- begin::vmap -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<meta name="csrf-token" content="{{ csrf_token() }}" />
<script>
const _base_url = "{{ URL::to('/') }}";
let table;
</script>
<style>
.error {
color: red;
}
</style>
<style>
div.dt-buttons {
margin-top: 20px;
}
p{
font-size:14px;
text-align:justify;
padding:0px 20px;
}
</style>
</head>
<body>
<div class="container">
<h2 class="mb-3 text-center">Terms and Conditions </h2>
<p>
These terms and conditions ("Terms") govern your use of our Visitorkrypt Software ("the Software") provided by [Edukrypt Corporation Pvt. Ltd.]. By using the Software, you agree to be bound by these Terms.
</p>
<div class="bg-white p-4 rounded shadow-sm">
<p><strong>1. Data and Privacy</strong></p>
<p>The Software may collect and process personal data as outlined in our Privacy Policy.</p>
<p><strong>2. Restrictions</strong></p>
<p>
You may not reverse engineer, decompile, or disassemble the Software.
You may not use the Software for any unlawful purpose or in violation of these Terms.
</p>
<p><strong>3. Intellectual Property </p></strong>
<p>
The Software and its content are protected by intellectual property laws. We retain all rights, title, and interest in the Software.
</p>
<p><strong> 4. Disclaimers</p></strong>
<p>The Software is provided "as is" without warranties of any kind.</p>
<p><strong>5. Limitation of Liability</p></strong>
<p>
We shall not be liable for any indirect, incidental, special, or consequential damages arising out of or in connection with your use of the Software.
</p>
<p><strong>6. Termination</p></strong>
<p>
We may terminate your access to the Software at any time for any reason without notice.
</p>
<p><strong>7. Governing Law</p></strong>
<p>
These Terms shall be governed by and construed in accordance with the laws.
</p>
<p><strong>8. Changes to Terms</p></strong>
<p>
We reserve the right to modify or update these Terms at any time.
</p>
</div>
</div>
</body>
</html>