mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
frontend: add logout
This commit is contained in:
10
frontend/logout.html
Normal file
10
frontend/logout.html
Normal 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>
|
Reference in New Issue
Block a user