-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPolicy.html
47 lines (46 loc) · 2.46 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./Policy.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
</head>
<body>
<nav class="nav1">
<ul>
<li><a href="./Looks.html">Looks</a></li>
<li><a href="./mens.html">Shop</a></li>
<li><button onclick="location.href='Home.html'"><p>Fashion Blog</p></button></li>
<li><a href="./Subscribe.html">Subscribe</a></li>
<li><button><i class="bi bi-instagram"></i></button></li>
<li><button><i class="bi bi-pinterest"></i></button></li>
<li><button onclick="location.href='Contact.html'"><i class="bi bi-envelope-open"></i></button></li>
</ul>
</nav>
<center>
<div class="div1">
<div class="div2">
<h1>PRIVACY & SPONSOR POLICY</h1>
<h4>PRIVACY POLICY</h4>
<p class="p1">The privacy of those who visit our web site is of primary concern to Fashion Blog. We automatically gather some data from everyone who visits our site. None of this </p> <br> <p class="p2">information is shared with outside parties other than our sponsors and or affiliates.</p>
<h4>ADVERTISEMENTS & GIFTING</h4>
<p class="p1">All gifted items are disclosed on Fashion Blog and I do not claim to share the views or expressions of those companies I receive items from. Fashion Blog does</p><br><p class="p2">run ads provided by a third party sponsor and uses affiliate links within this site.</p>
</div>
</div>
</center>
<nav class="nav2">
<ul>
<li><button onclick=""><i class="bi bi-instagram"></i></button></li>
<li><button><i class="bi bi-pinterest"></i></button></li>
<li><button onclick="location.href='Contact.html'"><i class="bi bi-envelope-open"></i></button></li>
<li><button onclick="location.href='Home.html'"><p>FASHION BLOG</p></button></li>
<li><a href="./About.html">ABOUT</a></li>
<li><a href="./Contact.html">CONTACT</a></li>
<li><a href="./Policy.html">POLICY</a></li>
</ul>
</nav>
</body>
</html>