mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-13 16:14:36 +00:00
logout
This commit is contained in:
parent
547dfa0638
commit
fedd0732dd
@ -9,6 +9,12 @@
|
||||
<body>
|
||||
<center>
|
||||
<h1>Adios 👋</h1>
|
||||
<p id="name"></p>
|
||||
|
||||
<script>
|
||||
let session = sessionStorage.getItem("name");
|
||||
document.getElementById("name").innerHTML = session;
|
||||
</script>
|
||||
<p>Wollen Sie die Session verlassen?</p>
|
||||
<a href="http://127.0.0.1:5000/">
|
||||
<button class="btn btn-primary btn-lg">Home</button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user