{"id":120,"date":"2025-10-06T13:58:26","date_gmt":"2025-10-06T13:58:26","guid":{"rendered":"https:\/\/arenabolt.com\/?p=120"},"modified":"2025-10-06T14:57:19","modified_gmt":"2025-10-06T14:57:19","slug":"paeg2","status":"publish","type":"post","link":"https:\/\/arenabolt.com\/index.php\/2025\/10\/06\/paeg2\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Final Page \u2013 KillerMod Task<\/title>\n  <style>\n    body {\n      font-family: Arial, sans-serif;\n      background: #f5f7fb;\n      margin: 0;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      min-height: 100vh;\n    }\n    .wrap {\n      max-width: 520px;\n      width: 90%;\n      background: #fff;\n      border-radius: 14px;\n      box-shadow: 0 6px 20px rgba(0,0,0,.12);\n      padding: 30px;\n      text-align: center;\n    }\n    .progress-bar {\n      background: #eee;\n      border-radius: 8px;\n      overflow: hidden;\n      height: 12px;\n      margin-bottom: 20px;\n    }\n    .progress {\n      background: #1e90ff;\n      width: 100%;\n      height: 100%;\n    }\n    h1 {\n      margin: 0 0 10px;\n      color: #1e90ff;\n    }\n    p {\n      color: #333;\n      font-size: 15px;\n    }\n    .button {\n      display: inline-block;\n      font-size: 18px;\n      padding: 12px 26px;\n      color: #fff;\n      background: #1e90ff;\n      cursor: pointer;\n      border-radius: 8px;\n      box-shadow: 0 4px 6px rgba(0,0,0,.15);\n      transition: .2s;\n      text-decoration: none;\n      margin-top: 18px;\n    }\n    .button:hover {\n      background: #154fbf;\n      transform: translateY(-2px);\n    }\n    #wait {\n      display: none;\n      margin-top: 14px;\n      color: #444;\n      font-weight: bold;\n    }\n    #thanks {\n      display: none;\n      margin-top: 16px;\n      color: #0a8a0a;\n      font-weight: bold;\n      font-size: 16px;\n      line-height: 1.3;\n    }\n    #passCode {\n      display: none;\n      margin-top: 4px;\n      font-size: 14px;\n      color: #1e90ff;\n      font-weight: bold;\n    }\n    #afterMsg {\n      display: none;\n      margin-top: 6px;\n      color: #333;\n      font-size: 14px;\n      font-weight: bold;\n    }\n    .grade {\n      margin-top: 18px;\n      font-size: 16px;\n      color: #0a8a0a;\n      font-weight: bold;\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"wrap\">\n    <div class=\"progress-bar\"><div class=\"progress\"><\/div><\/div>\n\n    <h1>Final Page<\/h1>\n    <p>Click the button below to finish.<\/p>\n\n    <!-- Button -->\n    <a id=\"nextBtn\" class=\"button\" href=\"#\">Finish Task<\/a>\n\n    <!-- Timer + Messages -->\n    <p id=\"wait\">Please wait\u2026 <span id=\"counter\">0.30<\/span> sec<\/p>\n    <p id=\"thanks\">\u2705 Thanks! Task Completed.<\/p>\n    <p id=\"passCode\">Code: MAND<\/p>\n    <p id=\"afterMsg\">Click on button after thanks message.<\/p>\n\n    <!-- Grade -->\n    <div class=\"grade\">\ud83d\udcca Current Grade: A+ \u2013 Completed!<\/div>\n  <\/div>\n\n  <script>\n    (function(){\n      const btn = document.getElementById('nextBtn');\n      const wait = document.getElementById('wait');\n      const counter = document.getElementById('counter');\n      const thanks = document.getElementById('thanks');\n      const afterMsg = document.getElementById('afterMsg');\n      const passCode = document.getElementById('passCode');\n      let armed = false;\n\n      btn.addEventListener('click', function(e){\n        e.preventDefault();\n\n        if(!armed){\n          btn.style.pointerEvents = 'none';\n          wait.style.display = 'block';\n          const start = performance.now(), dur = 300;\n\n          function tick(t){\n            const left = Math.max(0, dur - (t - start));\n            counter.textContent = (left \/ 1000).toFixed(2);\n            if(left > 0) requestAnimationFrame(tick);\n          }\n          requestAnimationFrame(tick);\n\n          setTimeout(function(){\n            wait.style.display = 'none';\n            btn.style.pointerEvents = 'auto';\n            btn.textContent = 'Click Again to Finish';\n            armed = true;\n          }, 300);\n          return;\n        }\n\n        \/\/ Second click \u2192 show thanks + code + after message\n        btn.style.display = 'none';\n        thanks.style.display = 'block';\n        passCode.style.display = 'block';\n        afterMsg.style.display = 'block';\n      });\n    })();\n  <\/script>\n<\/body>\n<\/html>\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Final Page \u2013 KillerMod Task Final Page Click the button below to finish. Finish Task Please wait\u2026 0.30 sec \u2705 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[9],"tags":[],"class_list":["post-120","post","type-post","status-publish","format-standard","hentry","category-page-12"],"_links":{"self":[{"href":"https:\/\/arenabolt.com\/index.php\/wp-json\/wp\/v2\/posts\/120","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arenabolt.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/arenabolt.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/arenabolt.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/arenabolt.com\/index.php\/wp-json\/wp\/v2\/comments?post=120"}],"version-history":[{"count":8,"href":"https:\/\/arenabolt.com\/index.php\/wp-json\/wp\/v2\/posts\/120\/revisions"}],"predecessor-version":[{"id":130,"href":"https:\/\/arenabolt.com\/index.php\/wp-json\/wp\/v2\/posts\/120\/revisions\/130"}],"wp:attachment":[{"href":"https:\/\/arenabolt.com\/index.php\/wp-json\/wp\/v2\/media?parent=120"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/arenabolt.com\/index.php\/wp-json\/wp\/v2\/categories?post=120"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/arenabolt.com\/index.php\/wp-json\/wp\/v2\/tags?post=120"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}