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/include/footer.html

9 lines
384 B

<div id='footer'>
<div class='footlinks'><a href='/'>Index</a> | Messages | Settings |
{% if loggedin == True %}
<a href="/google/logout">Logout</a></div>
{% else %}
<a href="/google/login">Login</a></div>
{% endif %}
<div class='footlinks'><a href ='/about'>About</a> <a href='/tos'>Terms of Service</a> | <a href="/pp">Privacy Policy</a></div>
</div>