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/about.html

16 lines
402 B

{% include 'include/header.html' %}
<title>About Thewords.faith</title>
<script type="text/javascript">
$("document").ready(function() {
});
</script>
</head>
<body>
<h1>About TheWords!</h1>
<div>
<p>We're all about getting thewords out and allowing us to communicate securely to friends and loved ones.</p>
</div>
{% include 'include/footer.html' %}
</body>
</html>