diff options
| author | s1n <[email protected]> | 2019-10-29 12:58:54 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-29 12:58:54 -0700 |
| commit | 8cba1c25baa38a13ed45c81f157ddd68a7fecade (patch) | |
| tree | 923ad348015bc1144092d14c320b20d47eabcc94 | |
| parent | change authors (diff) | |
| download | p.s1n.pw-admin-8cba1c25baa38a13ed45c81f157ddd68a7fecade.tar.xz p.s1n.pw-admin-8cba1c25baa38a13ed45c81f157ddd68a7fecade.zip | |
are u sure u wanna reload
| -rw-r--r-- | contact/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contact/index.html b/contact/index.html index b0068c8..8aa6bc9 100644 --- a/contact/index.html +++ b/contact/index.html @@ -25,6 +25,9 @@ <!-- hide context menu and disable text highlighting --> <script src="/js/hide-context-menu.js"></script> <link rel="stylesheet" href="/css/no-text-highlighting.css"> + + <!-- are u sure u wanna reload --> + <script>window.onbeforeunload = s => true ? "" : null;</script> <!-- favicon --> <link rel="shortcut icon" href="/assets/superthumb.jpg" type="image/jpg"> |