mirror of
https://gitlab.com/commento/commento.git
synced 2025-04-28 18:40:29 -04:00
11 lines
218 B
HTML
11 lines
218 B
HTML
<html>
|
|
<head>
|
|
<script src="[[[.CdnPrefix]]]/js/jquery.js"></script>
|
|
<script src="[[[.CdnPrefix]]]/js/logout.js"></script>
|
|
</head>
|
|
|
|
<script>
|
|
window.onload = window.commento.logout;
|
|
</script>
|
|
</html>
|