This commit is contained in:
1776123 2020-06-27 19:23:00 -04:00
parent 7dd2f4222e
commit dac6d8ca16
2 changed files with 18 additions and 1 deletions

View File

@ -269,7 +269,7 @@
</div>
<div class="col-lg-4 text-lg-right"><a class="mr-3" href="#!">Privacy Policy</a><a href="#!">Terms of Use</a></div>
<div class="col-lg-4 text-lg-right"><a class="mr-3" href="privacy.html">Privacy Policy</a><a href="#!">Terms of Use</a></div>
</div>
</div>
</footer>

17
privacy.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<script src="https://use.fontawesome.com/releases/v5.13.0/js/all.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
<link href="influencecompstyle.css" rel="stylesheet" />
<header>
<title>Privacy Policy</title>
<link rel="icon" type="image/x-icon" href="./css/res/white_on_black.svg" />
</header>
<body>
</body>
</html>