smartstudy-buddyhub / privacy.html
itamarlifshitz's picture
make an working site that if i click on any thing it will work
9882ee8 verified
raw
history blame
1.43 kB
<!DOCTYPE html>
<html lang="he" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ืคืจื˜ื™ื•ืช - SmartStudy BuddyHub</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<custom-navbar></custom-navbar>
<main class="container">
<section class="privacy-section">
<h1>ืžื“ื™ื ื™ื•ืช ืคืจื˜ื™ื•ืช</h1>
<div class="privacy-content">
<h2>ืื™ืกื•ืฃ ืžื™ื“ืข</h2>
<p>ืื ื• ืื•ืกืคื™ื ืžื™ื“ืข ืื™ืฉื™ ืจืง ื›ืืฉืจ ืืชื” ื ืจืฉื ืœืžืขืจื›ืช ืื• ืคื•ื ื” ืืœื™ื ื• ื‘ืืžืฆืขื•ืช ื˜ื•ืคืก ื™ืฆื™ืจืช ื”ืงืฉืจ.</p>
<h2>ืฉื™ืžื•ืฉ ื‘ืžื™ื“ืข</h2>
<p>ื”ืžื™ื“ืข ืฉืืชื” ืžืกืคืง ื™ืฉืžืฉ ืืš ื•ืจืง ืœืฆื•ืจืš ืžืชืŸ ื”ืฉื™ืจื•ืชื™ื ืฉื”ืžืขืจื›ืช ืžืฆื™ืขื”.</p>
<h2>ืื‘ื˜ื—ืช ืžื™ื“ืข</h2>
<p>ืื ื• ืžืฉืชืžืฉื™ื ื‘ืืžืฆืขื™ ืื‘ื˜ื—ื” ืžืชืงื“ืžื™ื ื›ื“ื™ ืœื”ื’ืŸ ืขืœ ื”ืžื™ื“ืข ื”ืื™ืฉื™ ืฉืœืš.</p>
</div>
</section>
</main>
<custom-footer></custom-footer>
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<script src="script.js"></script>
</body>
</html>