16 lines
391 B
HTML
16 lines
391 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")
|
||
|
localStorage.removeItem("CACHE-username")
|
||
|
window.location.replace("../login/index.html")
|
||
|
</script>
|