|
|
|
@ -8,6 +8,7 @@ $("document").ready(function() { |
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<h1>TheWords.faith Home Page</h1> |
|
|
|
|
<img src='static/thewords.faith-favico-v1.2.png' alt='TheWords.Faith Alpha Logo' /> |
|
|
|
|
<div id='indexabout'> |
|
|
|
|
<p>TheWords.faith is a communications site and eventually XMPP server.</p> |
|
|
|
|
<p>Right now we are not even in beta, and the service isn't ready for the world yet. |
|
|
|
@ -17,8 +18,10 @@ $("document").ready(function() { |
|
|
|
|
to do just that, send and receive messages.</p> |
|
|
|
|
</div> |
|
|
|
|
<div id='advert'> |
|
|
|
|
<p>We are still looking for testers so, if you're interested and don't mind a work |
|
|
|
|
in progress, then maybe you can help out by sending an email to submit at athnex dot com.</p> |
|
|
|
|
<p>We are still looking for testers or developers so, if you're interested and don't mind a work |
|
|
|
|
in progress, then maybe you can help out by sending an email to submit at athnex dot com. Or better yet, message me on our |
|
|
|
|
<a href='https://github.com/hailey/sms-proj'>GitHub</a>. This is a side project of mine so development will be slow |
|
|
|
|
for as long as its only me. Thanks for your interest!</p> |
|
|
|
|
</div> |
|
|
|
|
<p>Please login at <a href='/launch'>The Login Page</a></p> |
|
|
|
|
{% include 'include/footer.html' %} |
|
|
|
|