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.
15 lines
249 B
15 lines
249 B
6 years ago
|
{% include 'include/header.html' %}
|
||
|
<title>Login Methods</title>
|
||
|
<script type="text/javascript">
|
||
|
$("document").ready(function() {
|
||
|
|
||
|
});
|
||
|
</script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id='loginbody'>
|
||
|
Login via: <br />
|
||
|
|
||
|
</div>
|
||
|
{% include 'include/footer.html' %}
|