-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
22 lines (16 loc) · 1.03 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
<html>
<head>
<title>Salesflare Privacy Policy</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
#iubenda_policy {
font-family: Nunito, "Helvetica Neue", Helvetica, Arial, FreeSans, sans-serif !important;
}
</style>
<link rel="canonical" href="https://salesflare.com/privacy" />
</head>
<body lang="EN-US" link="blue" vlink="purple">
<a href="https://www.iubenda.com/privacy-policy/81768705" class="iubenda-nostyle no-brand iubenda-embed iub-legal-only iub-body-embed" title="Privacy Policy" rel="noopener">Privacy Policy</a>
<script type="text/javascript">(function (w,d) {var loader = function () {var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0]; s.src="https://cdn.iubenda.com/iubenda.js"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener("load", loader, false);}else if(w.attachEvent){w.attachEvent("onload", loader);}else{w.onload = loader;}})(window, document);</script>
</body>
</html>