diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-30 11:42:45 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-30 11:42:45 -0500 |
commit | 0c021ef938622e9d69539075e56bb35c3b4ef7cf (patch) | |
tree | 1dba83ba4f75d5765ae213349e61ee4f8411d327 /public/admin.html | |
parent | dont log admin stuff (diff) | |
download | xssbook-0c021ef938622e9d69539075e56bb35c3b4ef7cf.tar.gz xssbook-0c021ef938622e9d69539075e56bb35c3b4ef7cf.tar.bz2 xssbook-0c021ef938622e9d69539075e56bb35c3b4ef7cf.zip |
css changes, secure/http only admin session
Diffstat (limited to 'public/admin.html')
-rw-r--r-- | public/admin.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/admin.html b/public/admin.html index fe8e38b..f572d00 100644 --- a/public/admin.html +++ b/public/admin.html @@ -12,9 +12,9 @@ <script src="/js/admin.js"></script> <div id="header"> <span class="logo"><a href="/">xssbook</a></span> + <span class="gtext desc" style="margin-left: 6em; font-size: 2em">Admin Panel</span> </div> <div id="login" class="hidden"> - <span class="gtext desc">Admin Login</span> <form autocomplete="off" onsubmit="auth(event)"> <input autocomplete="new-password" type="password" name="adminpassword" id="adminpassword" placeholder="Login Secret"> </form> |