Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedAl-Kainai authored Jan 15, 2025
1 parent fc79a73 commit 7743742
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions privacy-policies/dockit/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background: #f4f4f4;
color: #333;
}
.container {
width: 80%;
margin: auto;
overflow: hidden;
padding: 0 20px;
}
h1, h2, h3 {
color: #0056b3;
}
h1 {
margin-top: 30px;
}
p {
text-align: justify;
}
ul {
list-style-position: outside;
padding-left: 20px;
}
ul li {
margin-bottom: 10px;
}
a {
color: #007bff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.footer {
background: #333;
color: #fff;
text-align: center;
padding: 20px;
margin-top: 30px;
}
</style>
</head>
<body>
<div class="container">

<h1>Privacy Policy</h1>
<p><strong>Last updated:</strong> January 11, 2025</p>
<p>This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information
Expand Down Expand Up @@ -115,3 +171,9 @@ <h2>Contact Us</h2>
<ul>
<li>By email: <a href="mailto:pshteam.developers@gmail.com">pshteam.developers@gmail.com</a></li>
</ul>
</div>
<div class="footer">
&copy; 2023 PSH-TEAM
</div>
</body>
</html>

0 comments on commit 7743742

Please sign in to comment.