-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f5b5ed
commit 1aec195
Showing
1 changed file
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover"> | ||
<meta http-equiv="cleartype" content="on"> | ||
|
||
<title>Hotello - מדיניות פרטיות</title> | ||
<title>חופשה במבצע - חוסכים בענק על החופשה הבאה</title> | ||
<meta name="description" content=""> | ||
|
||
<link rel="stylesheet" href="styles.css"> | ||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> | ||
<link rel="shortcut icon" href="favicon.png" type="image/png"> | ||
</head> | ||
|
||
<body> | ||
<pre style="direction:rtl; white-space: pre-wrap;"> | ||
|
||
<h1>מדיניות פרטיות</h1> | ||
<div class="container" style="display:block; max-width: 560px; margin: auto;"> | ||
<img src="white-logo.webp" alt="Logo" class="app-image" style="max-width: 150px;"> | ||
<h1>מדיניות פרטיות</h1> | ||
|
||
אנו מודים לכם על השימוש באפליקציה שלנו ומחויבים לשמירה על פרטיותכם. במסמך זה נפרט את אופן השימוש שלנו במידע האישי שלכם ואת האמצעים בהם אנו משתמשים על מנת להגן עליו. | ||
|
||
|
@@ -37,6 +43,11 @@ <h3>שינויים במדיניות הפרטיות:</h3> | |
<h3>יצירת קשר:</h3> | ||
לכל שאלה או בקשה בנוגע למדיניות הפרטיות, ניתן ליצור קשר דרך כתובת הדוא”ל שלנו: [email protected] | ||
|
||
</pre> | ||
|
||
</div> | ||
<footer> | ||
<p>© 2024 חופשה במבצע בע״מ. כל הזכויות שמורות. <br><a href="privacy.html">מדיניות פרטיות</br></p> | ||
</footer> | ||
</body> | ||
|
||
</html> |