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

16 lines
461 B

{% include 'include/header.html' %}
<title>Login Methods</title>
<script type="text/javascript">
$("document").ready(function() {
});
</script>
</head>
{% include 'include/navblock.html' %}
<div id='loginbody'>
6 years ago
<h1>Login Options</h1>
Login via: <br /><a href='/google/login'><img src='static/img/btn_google_signin_dark_normal_web@2x.png' alt='Login with Google'/></a>
<div>More Login Options coming Soon!</div>
</div>
{% include 'include/footer.html' %}