22 lines
512 B
HTML
22 lines
512 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Privacy Anyone?</title>
|
|
<style>
|
|
body {
|
|
width: 35em;
|
|
margin: 0 auto;
|
|
font-family: Tahoma, Verdana, Arial, sans-serif;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>We don't have a privacy policy yet, you just gotta trust that I'm not collecting and selling all your data.</h1>
|
|
|
|
<p>To contact White Hat click
|
|
<a href="https://www.thewhitehat.club/resources">here</a>.<br/>
|
|
|
|
<p><em>Thank you for participating in the White Hat app beta.</em></p>
|
|
</body>
|
|
</html>
|