frontend: add logout

This commit is contained in:
Adhityaa
2018-06-05 14:23:32 +05:30
parent 98422b2dae
commit ee65be7bac
4 changed files with 21 additions and 1 deletions

10
frontend/logout.html Normal file
View File

@@ -0,0 +1,10 @@
<html>
<head>
<script src="<<<.CdnPrefix>>>/js/jquery.js"></script>
<script src="<<<.CdnPrefix>>>/js/logout.js"></script>
</head>
<script>
window.onload = window.logout;
</script>
</html>