commento/frontend/logout.html
2018-06-05 14:23:32 +05:30

11 lines
209 B
HTML

<html>
<head>
<script src="<<<.CdnPrefix>>>/js/jquery.js"></script>
<script src="<<<.CdnPrefix>>>/js/logout.js"></script>
</head>
<script>
window.onload = window.logout;
</script>
</html>