-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy-policy.html
94 lines (81 loc) · 3.13 KB
/
privacy-policy.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!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>Anju Development!</title>
<link rel="icon" href="images/anjudevelopment.png" type="#">
<script src="https://kit.fontawesome.com/124df49da5.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Prosto+One&family=Unbounded:wght@500&display=swap"rel="stylesheet">
<link rel="stylesheet" href="style/privacyPolicyPage.css">
</head>
<body>
<nav>
<div class="container nav__container">
<img src="images/anjudevelopment.png" alt="" height="80">
<h4 class="logoBaslik"><a href="home.html">Privacy Policy</a></h4>
<ul class="nav__menu">
<li><a href="home.html" class="navbarSmall active"><i class="fa-solid fa-house"></i> Home</a></li>
<li><a href="https://discord.gg/HpdexYbPFY" class="navbarSmall hv" target="_blank">Support Server <i
class="fa-solid fa-arrow-up-right-from-square"></i></a>
<li><a href="https://discord.com/api/oauth2/authorize?client_id=756523167903776851&permissions=8&scope=bot%20applications.commands"
class="btn addButton">Invite Anju</a>
</li>
</ul>
</div>
</nav>
<header>
<div class="container header__container">
<div class="header__left">
<h4 class="baslik">Gizlilik Politikası</h4>
<br>
<p>
You must fill
</p>
<h3>You must fill</h3>
<p>
You must fill
</p>
<br>
<h3>You must fill</h3>
<p>
You must fill
</p>
<br>
<h3>You must fill</h3>
<p>
You must fill
<br>
<br>
You must fill
<br>
You must fill
<br>
You must fill
<br>
You must fill
<br>
You must fill
</p>
<br>
<h3>You must fill</h3>
<p>You must fill!
</p>
<br>
<p style="color: #2daf54;">
Anju Development<i class="fa-solid fa-circle-check"></i>
</p>
</div>
<div class="header__right">
<div class="header__right-image">
<img src="images/anjudevelopment.png">
</div>
</div>
</div>
</header>
<script src="index.js"></script>
</body>
</html>