This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
2024-03-12 18:34:05 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<title>Burgernotes</title>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
2024-03-12 19:02:41 +00:00
|
|
|
<link rel="icon" href="../static/svg/favicon.svg">
|
2024-03-12 18:49:14 +00:00
|
|
|
<script>
|
2024-03-12 18:56:55 +00:00
|
|
|
if (window.location.href.endsWith('/index.html')) {
|
|
|
|
if (window.location.origin !== null) {
|
|
|
|
var currentUrl = window.location.href;
|
|
|
|
var newUrl = currentUrl.replace('/index.html', '');
|
|
|
|
window.location.href = newUrl;
|
|
|
|
}
|
2024-03-12 18:49:14 +00:00
|
|
|
}
|
|
|
|
</script>
|
2024-03-12 18:34:05 +00:00
|
|
|
<head>
|
|
|
|
Logging out..
|
|
|
|
<script>
|
|
|
|
localStorage.removeItem("DONOTSHARE-secretkey")
|
|
|
|
localStorage.removeItem("DONOTSHARE-password")
|
|
|
|
localStorage.removeItem("CACHE-username")
|
|
|
|
window.location.replace("../login/index.html")
|
|
|
|
</script>
|