diff options
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | pages/inbox/page.html | 1 | ||||
-rw-r--r-- | pages/inbox/page.js | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html index 7654336..f1a01d1 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ <div> <button onclick="window.pages.goToPage('main')">home</button> <button onclick="window.pages.goToPage('settings')" disabled>settings</button> - <button onclick="throw new Error('A')" disabled>log out</button> + <button onclick="localStorage.clear();location.reload()">log out</button> </div> </div> <div class="main"> diff --git a/pages/inbox/page.html b/pages/inbox/page.html new file mode 100644 index 0000000..a5d7526 --- /dev/null +++ b/pages/inbox/page.html @@ -0,0 +1 @@ +uh \ No newline at end of file diff --git a/pages/inbox/page.js b/pages/inbox/page.js new file mode 100644 index 0000000..0ffdd02 --- /dev/null +++ b/pages/inbox/page.js @@ -0,0 +1 @@ +// TODO \ No newline at end of file |