forked from crabl/nicejson.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
21 lines (20 loc) · 996 Bytes
/
privacy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
<title>NiceXML - Privacy</title>
<link rel="stylesheet" type="text/css" href="./index.css" />
</head>
<body>
<div class="privacy">
<h1>Privacy Policy</h1>
<ul>
<li>The entire pretty-printing process happens on your machine only.</li>
<li>The data you paste is never stored outside your computer in any form.</li>
<li>If you don't believe it, <a href="//github.com/kurtztech/nicexml">read the source code</a> and see for yourself.</li>
<li>We do not track your browser using any cookies or analytics tags.</li>
<!-- <li>This site uses SSL encryption provided by <a href="//cloudflare.com/">Cloudflare</a>.</li>
</ul>
<span class="muted">* CloudFlare sets a mandatory cookie called _cfuid so that their <a href="//support.cloudflare.com/hc/en-us/articles/200170156-What-does-the-Cloudflare-cfduid-cookie-do-">security features work properly</a>.</span> -->
</div>
</body>
</html>