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
634 B
21 lines
634 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>
|
||
6 years ago
|
<h1>Thewords.faith Terms of Service</h1>
|
||
6 years ago
|
<p>You gotta pay to use this. You can't spam, you can't harass, you can't threaten violence or harm.</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>
|