-
Notifications
You must be signed in to change notification settings - Fork 1
/
privacy.html
26 lines (25 loc) · 1.13 KB
/
privacy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy | Pixonoids 2021</title>
<link rel="stylesheet" href="./privacy.css">
<link rel="icon" href="./img/Pixonoids - Material UI.png">
<!-- FONTS -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&family=Poppins&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,800;1,100&display=swap" rel="stylesheet">
<!-- font awosome -->
</head>
<body>
<div class="main">
<div class="icon"><i class="fas fa-lock"></i></div>
<div class="Head">Privacy is not a Mith</div>
<div class="msg">Whats App Button has been Deactivated to respect their Privacy.</div>
<div class="btn"><a href="./index.html">Back <i class="fas fa-undo"></i> </a></div>
</div>
<script src="https://kit.fontawesome.com/84588adc24.js" crossorigin="anonymous"></script>
</body>
</html>