You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
576 B
21 lines
576 B
6 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
{% include 'include/header.html' %}
|
||
|
<title> Yeah! </title>
|
||
|
<script type="text/javascript">
|
||
|
$("document").ready(function() {
|
||
|
|
||
|
});
|
||
|
</script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div>
|
||
|
<h1>Thewords.faith Privacy Policy</h1>
|
||
|
<p>No one except me and Leo get to use this.</p>
|
||
|
<p>That being said, I wont give up anything without a warrant and I don't log anything that doesn't help me debug.</p>
|
||
|
<p>Thats why this system is hosted in italy. Happy texting!</p>
|
||
|
</div>
|
||
|
{% include 'include/footer.html' %}
|
||
|
</body>
|
||
|
</html>
|