polisplexity.tech/resources/views/pages/site-terms.blade.php

65 lines
1.9 KiB
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Polisplexity.tech Terms of Service</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
}
.container {
width: 80%;
margin: auto;
overflow: hidden;
}
h1, h2 {
color: #333;
}
ul {
list-style-type: none;
}
li {
margin-bottom: 10px;
}
a {
color: #0000EE;
text-decoration: none;
}
</style>
</head>
<body>
<div class="container">
<h1>Polisplexity.tech Terms of Service</h1>
<p><strong>Effective:</strong> January 5, 2022</p>
<p>Country version: Mexico</p>
<h2>Whats covered in these terms</h2>
<p>It's important to understand our Terms of Service as they define our relationship with you and what you can expect from us when using Polisplexity.tech services.</p>
<!-- Continue with the structured format -->
<h2>Your relationship with Polisplexity</h2>
<p>These terms help define the relationship between you and Polisplexity.tech. We provide you with permission to use our services if you agree to follow these terms.</p>
<!-- Repeat the structure for each section -->
<h2>Service provider</h2>
<p>Polisplexity services are provided by, and you're contracting with:</p>
<address>
Polisplexity LLC<br>
[Address]<br>
[City, State, Zip Code]<br>
[Country]
</address>
<!-- Add all other sections similarly -->
<h2>Change language:</h2>
<p>English</p>
<p><a href="#">About Polisplexity</a> | <a href="#">Privacy</a> | <a href="#">Terms</a> | <a href="#">Transparency Center</a></p>
</div>
</body>
</html>