SMS-proj is a project to send receive SMS messages.
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.
sms-proj/templates/tos.html

21 lines
933 B

{% include 'include/header.html' %}
<title> TheWords.faith Terms of Service Policy</title>
<script type="text/javascript">
$("document").ready(function() {
});
</script>
</head>
<body>
<div>
6 years ago
<h1>Thewords.faith Terms of Service</h1>
<p>This site is not to be used for 'for profit' ventures such as spam, robo texting, robo dialing, or any form of
harassment or illegal contact.</p>
<p>These services are not allowed to be resold without prior authorization from the site management. Any automation
and programming code for this website must be provided to the public as this website and its code are opensource
and we intend to stay opensource.</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' %}