-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwp.html
More file actions
1 lines (1 loc) · 10.2 KB
/
wp.html
File metadata and controls
1 lines (1 loc) · 10.2 KB
1
<!DOCTYPE html><html lang="en" data-theme="light"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content"><meta name="google-adsense-account" content="ca-pub-1607055557776596"><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1607055557776596" crossorigin="anonymous" onerror="window.adSenseBlocked = true;"></script><script async src="https://fundingchoicesmessages.google.com/i/pub-1607055557776596?ers=1"></script><script>(function() {function signalGooglefcPresent() {if (!window.frames['googlefcPresent']) {if (document.body) {const iframe = document.createElement('iframe'); iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;'; iframe.style.display = 'none'; iframe.name = 'googlefcPresent'; document.body.appendChild(iframe);} else {setTimeout(signalGooglefcPresent, 0);}}}signalGooglefcPresent();})();</script><title>Nothing Space - Klwp Themes</title><meta name="description" content="Transform your Nothing Phone with premium 3D depth wallpapers and aesthetic home screens. Discover exclusive custom KLWP setups only at Nothing Space!"><meta name="author" content="Nothing Space"><link rel="canonical" href="https://nothingtools.github.io/wp.html" /><meta name="application-name" content="Nothing Space"><meta itemprop="name" content="Nothing Space"><meta property="og:site_name" content="Nothing Space"><meta property="og:type" content="website"><meta property="og:url" content="https://nothingtools.github.io/wp.html"><meta property="og:title" content="Nothing Space - Klwp Themes"><meta property="og:description" content="Transform your Nothing Phone with premium 3D depth wallpapers and aesthetic home screens. Discover exclusive custom KLWP setups only at Nothing Space!"><meta property="og:image" content="https://nothingtools.github.io/banner.png"><link rel="icon" type="image/svg+xml" href="./icon.svg"><link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap"><link href="https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap" rel="stylesheet"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"><script> let savedTheme = localStorage.getItem("theme"), sysTheme = window.matchMedia("(prefers-color-scheme: light)").matches ? "light" : "dark"; document.documentElement.setAttribute("data-theme", savedTheme || sysTheme); </script><style> :root { --nothing-red: #ff3c00; --bg: #000; --card: #0c0c0c; --text: #fff; --dot-bg: #222; --border: #1a1a1a; --transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); color-scheme: light dark; } [data-theme="light"] { --bg: #fff; --card: #f5f5f5; --text: #000; --dot-bg: #ddd; --border: #eee; } [data-theme="dark"] { --bg: #000; --card: #0c0c0c; --text: #fff; --dot-bg: #333; --border: #1a1a1a; } * { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; } body { background: var(--bg); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; transition: background var(--transition); width: 100%; min-height: 100vh; display: flex; flex-direction: column; } main { flex: 1; display: flex; justify-content: center; align-items: center; padding: 20px; } .premium-container { background-color: var(--card); padding: 40px 30px; border-radius: 20px; box-shadow: 0 10px 30px rgba(255, 60, 0, .05); border: 1px solid var(--border); max-width: 600px; width: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; } .header-dot { width: 12px; height: 12px; background-color: var(--nothing-red); border-radius: 50%; margin-bottom: 20px; box-shadow: 0 0 15px var(--nothing-red); animation: pulse 2s infinite } @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 60, 0, .7) } 70% { box-shadow: 0 0 0 15px rgba(255, 60, 0, 0) } 100% { box-shadow: 0 0 0 0 rgba(255, 60, 0, 0) } } .brand-text { font-family: 'Major Mono Display', monospace; font-size: 1.2rem; color: #888; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px } .success-text { font-size: 2rem; font-weight: 800; margin-bottom: 20px; letter-spacing: -1px; color: var(--text) } .instructions-box { background-color: var(--bg); border-left: 3px solid var(--nothing-red); border-radius: 0 12px 12px 0; padding: 20px; text-align: left; margin-bottom: 30px; width: 100%; box-sizing: border-box; border-top: 1px solid var(--border); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border) } .step-title { font-size: 1.05rem; font-weight: 600; color: var(--text); margin: 15px 0 5px; display: flex; align-items: center; gap: 8px } .step-title:first-child { margin-top: 0 } .step-desc { font-size: .9rem; color: #888; margin: 0; line-height: 1.6; padding-left: 28px } .highlight { color: var(--text); font-weight: 700 } .btn-premium { text-decoration: none; color: var(--bg); background-color: var(--text); padding: 16px 32px; border-radius: 30px; font-weight: 700; font-size: 1rem; letter-spacing: -.5px; border: 2px solid transparent; transition: all .3s ease-in-out; box-shadow: 0 4px 6px rgba(0, 0, 0, .1); display: inline-flex; align-items: center; gap: 8px; font-family: 'VT323', monoSpace; text-transform: uppercase; cursor: pointer;} .btn-premium:hover { transform: scale(.96); opacity: .9 } #contentBox, #errorBox { display: none; width: 100%; opacity: 0; transition: opacity 0.8s ease-in-out; } #loadingText { font-family: 'Major Mono Display', monospace; font-size: 1.5rem; color: #888; letter-spacing: 2px; animation: blink 1s infinite; padding: 20px 0; } @keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } } </style></head><body><div style="position: absolute; left: -9999px; top: -9999px;"><div id="ad-bait-container" class="pub_300x250 pub_300x250m pub_728x90 text-ad textAd text_ad text_ads text-ads text-ad-links ad-banner adsbox doubleclick ad-placement" style="width: 10px; height: 10px;">ad</div></div><main><div class="premium-container"><div class="header-dot"></div><div class="brand-text">nothing spAce</div><div id="loadingText">UnLOckiNG</div><div id="contentBox"><div class="success-text">KLWP THEME UNLOCKED</div><div class="instructions-box"><div class="step-title"><i>📱</i> Step 1: Explore & Download Wallpapers</div><p class="step-desc">On the main <span class="highlight">Nothing Space</span> interface, browse unique wallpapers featuring our stunning <span class="highlight">Depth Effect</span>. Explore depth visuals, select the setups that define your aesthetic, and download them cleanly to your device.</p><div class="step-title"><i>🧩</i> Step 2: Open KLWP and Load the Theme</div><p class="step-desc">Open KLWP Live Wallpaper App → Tap on the folder icon (library) in the top-right corner, choose import and select the theme you want to apply (for example, <span class="highlight">NS.klwp</span>, <span class="highlight">NS_2.klwp</span>). Your chosen theme will now load in the KLWP App.</p><div class="step-title"><i>🎨 </i>Step 3: Adjust the Theme (Optional)</div><p class="step-desc">You can customize or remove almost anything inside KLWP: wallpaper, dock, icons. Always hit the Save icon in the top-right corner after making changes.</p><div class="step-title"><i>🌍 </i>Step 4: Set KLWP as Your Wallpaper</div><p class="step-desc">Tap the Save icon in KLWP. Then tap “Set Wallpaper” → “Home Screen & Lock Screen”. Go back to your home screen and enjoy your new live setup! 🎉</p><div class="step-title"><i>🧠</i> Bonus Tips</div><p class="step-desc">If KLWP theme is not working perfectly, open KLWP app → three dots (⋮) → App Settings → Advanced Options → <span class="highlight">Disable Parallel Rendering - Turn ON</span> (default: off).</p><div class="step-title"><i>❓</i>where is the Depth Theme?</div><p class="step-desc"> Well, your premium theme is finally unlocked! Just click on <b>Nothing Space</b>, and it will redirect you to the website. Click on 'KLWP Depth Theme' again, and it will be fully unlocked." </p><p class="step-desc" style="margin-top:15px; font-weight:700; color:var(--nothing-red)">🚀 So go ahead — customize your Android!</p></div><a href="https://nothingtools.github.io/" class="btn-premium" onclick="setTimer();"><span>Nothing Space</span></a></div><div id="errorBox"><div class="success-text" style="color: var(--nothing-red); font-family: 'VT323', monospace; font-size: 2.5rem;">ACCESS DENIED</div><div class="instructions-box" style="text-align: center; border-left: 3px solid var(--nothing-red);"><i class="fa-solid fa-user-secret" style="font-size: 2.5rem; color: var(--text); margin-bottom: 15px;"></i><div class="step-title" style="justify-content: center; color: var(--nothing-red);">AD-BLOCKER DETECTED</div><p class="step-desc" style="padding-left: 0; margin-top: 10px;">We rely on ads to keep these premium KLWP themes free for everyone.</p><p class="step-desc" style="padding-left: 0; margin-top: 15px; font-weight: bold; color: var(--text);">Please disable your ad-blocker for this site to unlock the content.</p></div><button class="btn-premium" style="background-color: transparent; border: 2px solid var(--nothing-red); color: var(--nothing-red);" onclick="location.reload();"><i class="fa-solid fa-rotate-right"></i> REFRESH PAGE </button></div></div></main><script> function setTimer() { localStorage.setItem("ns_premium_unlocked", Date.now() + 9000000); } setTimeout(() => { let loadingText = document.getElementById("loadingText"); let contentBox = document.getElementById("contentBox"); let errorBox = document.getElementById("errorBox"); let isAdLoaded = false; let insElements = document.querySelectorAll('ins.adsbygoogle'); insElements.forEach(ins => { if (ins.getAttribute('data-ad-status') === 'filled') { isAdLoaded = true; } }); let adIframes = document.querySelectorAll('iframe[id^="aswift"], iframe[name^="aswift"]'); adIframes.forEach(iframe => { if (iframe.offsetHeight > 10 && window.getComputedStyle(iframe).display !== 'none') { isAdLoaded = true; } }); if (loadingText) loadingText.style.display = "none"; if (!isAdLoaded) { if(errorBox) { errorBox.style.display = "block"; setTimeout(() => errorBox.style.opacity = "1", 50); } } else { if(contentBox) { contentBox.style.display = "block"; setTimeout(() => contentBox.style.opacity = "1", 50); } } }, 9000); </script></body></html>