14 lines
326 B
HTML
14 lines
326 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>burgernotes</title>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<head>
|
|
Logging out..
|
|
<script>
|
|
localStorage.removeItem("DONOTSHARE-secretkey")
|
|
localStorage.removeItem("DONOTSHARE-password")
|
|
window.location.replace("/")
|
|
</script> |