Netlify
tcp/443 tcp/80
Exposing Swagger/OpenAPI documentation is primarily a risk if your API has underlying security flaws, as it gives attackers a precise roadmap to find them.
Those detail every endpoint, parameter, and data model, making it easier to discover and exploit vulnerabilities like broken access control or injection points.
While a perfectly secure API mitigates the danger, protecting your documentation is a critical layer of defense that forces attackers to work without a map.
Severity: info
Fingerprint: 5733ddf49ff49cd1b885ff43a81ce88f562b774ca7894bf46905fba96905fba9
Public Swagger UI/API detected at path: /swagger.json - sample paths: GET /coupons GET /coupons/hascoupon GET /coupons/verify GET /language
Open service 2a05:d014:58f:6200::258:80 · beta.codemaster.ltd
2026-01-10 20:43
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sat, 10 Jan 2026 20:43:34 GMT Location: https://beta.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KEMTCTJ8CYDXJ2F90W70AZKJ Content-Length: 43 Connection: close Redirecting to https://beta.codemaster.ltd/
Open service 2a05:d014:58f:6200::259:80 · beta.codemaster.ltd
2026-01-10 20:43
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sat, 10 Jan 2026 20:43:34 GMT Location: https://beta.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KEMTCT4JBREFMZYRYY9Z5EAA Content-Length: 43 Connection: close Redirecting to https://beta.codemaster.ltd/
Open service 2a05:d014:58f:6200::258:443 · beta.codemaster.ltd
2026-01-10 20:43
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 5875
Content-Type: text/html; charset=UTF-8
Date: Sat, 10 Jan 2026 20:43:25 GMT
Etag: "13e73988f486e17247b9820084b80a3c-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KEMTCHMHK2Z451TYQK939TQ2
Connection: close
Page title: Beta Login | Code Master
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui">
<link rel="canonical" href="https://www.beta.codemaster.ltd/">
<link rel="icon" href="img/logo2.png"><!-- 32×32 -->
<link rel="icon" href="img/logo2.png" type="image/png">
<link rel="apple-touch-icon" href="img/logo2.png"><!-- 180×180 -->
<link rel="apple-touch-icon-precomposed" href="img/logo2.png">
<link rel="shortcut icon" href="img/logo2.png" type="image/png">
<title>Beta Login | Code Master</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="popupAd" class="popup">
<div class="popup-content">
<span class="close-btn" onclick="closePopup()">×</span>
<h2>Join us on Discord</h2>
<img src="img/discord.png" alt="CodeMaster Logo">
<p>Your ultimate destination for mastering coding. Visit us to explore what we have for you!</p>
<button onclick="visitWebsite()">Join Now</button>
</div>
</div>
<div class="login-container">
<div class="bannerBg">
<div class="beta-badge">
<img style="width: 150px;" id="profile-picture" src="img/logoNeon.png" alt="Default Profile Picture">
<br></br>
<img style="width: 300px;" class="betaLogo" src="img/betaLogo.png" alt="Your Logo">
</div>
</div>
<h1 id="welcome"></h1>
<form autocomplete="on" id="login-form" style="display: block;">
<input type="text" id="username" placeholder="Username" tabindex="-1" spellcheck="false" required>
<div class="password-container ">
<input type="password" id="password" placeholder="Password" tabindex="1" spellcheck="false" required>
<span class="toggle-password" id="toggle-password" title="Show Password">🔓</span> <!-- Eye icon -->
</div>
<p style="color: red; font-weight: 600;" id="text">WARNING! Caps lock is ON.</p>
<button class="login" type="submit"></button>
<br></br>
</form>
<button class="resetBtn" id="reset-password-button">Reset Password</button>
<form id="reset-form" style="display: none;">
<input type="text" id="reset-username" placeholder="Enter your username *" required>
<input type="password" id="new-password" placeholder="Enter new password *" required>
<button type="submit">Reset</button>
</form>
<div id="info" class="info">
<p>Welcome to Code Master Beta.</p>
<p>If you encounter any issues, please <a href="https://www.codemaster.ltd/pages/contact">contact us</a>.</p>
</div>
<footer>
© <span id="footer"></span> <a href="https://www.codemaster.ltd">Code Master</a> All rights reserved.
</footer>
<div id="version-container">
<span class="font-v">V</span>
<span id="version" class="font-version"></span>
</div>
</div>
<script src="script.js" type="module"></script>
<script>
var input = document.getElementById("password");
var text = document.getElementById("text");
function updateCapsLockWarning(event) {
const key = event.key.toLowerCase();
let isCapsLock = false;
let isShiftHeld = event.shiftKey; // Check if Shift key is held down
if (key >= 'a' && key <= 'z') {
isCapsLock = (event.getModifierState && event.getModifierState('CapsLock')) ||
(key !== event.key.toLowerCase() && !event.shiftKey);
if (isCapsLock) {
text.textContent = 'WARNING! Caps Lock is ON';
} else if (isShiftHeld) {
text.textContent = 'WARNING! Shift key is held down';
} else {
text.tex
Open service 35.157.26.135:80 · beta.codemaster.ltd
2026-01-10 20:43
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sat, 10 Jan 2026 20:43:34 GMT Location: https://beta.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KEMTCTPETFY8Z518KEK9R8Z5 Content-Length: 43 Connection: close Redirecting to https://beta.codemaster.ltd/
Open service 35.157.26.135:443 · beta.codemaster.ltd
2026-01-10 20:43
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 2
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 5875
Content-Type: text/html; charset=UTF-8
Date: Sat, 10 Jan 2026 20:43:24 GMT
Etag: "13e73988f486e17247b9820084b80a3c-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KEMTCHE1RSKX1BBE0A0PB1BD
Connection: close
Page title: Beta Login | Code Master
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui">
<link rel="canonical" href="https://www.beta.codemaster.ltd/">
<link rel="icon" href="img/logo2.png"><!-- 32×32 -->
<link rel="icon" href="img/logo2.png" type="image/png">
<link rel="apple-touch-icon" href="img/logo2.png"><!-- 180×180 -->
<link rel="apple-touch-icon-precomposed" href="img/logo2.png">
<link rel="shortcut icon" href="img/logo2.png" type="image/png">
<title>Beta Login | Code Master</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="popupAd" class="popup">
<div class="popup-content">
<span class="close-btn" onclick="closePopup()">×</span>
<h2>Join us on Discord</h2>
<img src="img/discord.png" alt="CodeMaster Logo">
<p>Your ultimate destination for mastering coding. Visit us to explore what we have for you!</p>
<button onclick="visitWebsite()">Join Now</button>
</div>
</div>
<div class="login-container">
<div class="bannerBg">
<div class="beta-badge">
<img style="width: 150px;" id="profile-picture" src="img/logoNeon.png" alt="Default Profile Picture">
<br></br>
<img style="width: 300px;" class="betaLogo" src="img/betaLogo.png" alt="Your Logo">
</div>
</div>
<h1 id="welcome"></h1>
<form autocomplete="on" id="login-form" style="display: block;">
<input type="text" id="username" placeholder="Username" tabindex="-1" spellcheck="false" required>
<div class="password-container ">
<input type="password" id="password" placeholder="Password" tabindex="1" spellcheck="false" required>
<span class="toggle-password" id="toggle-password" title="Show Password">🔓</span> <!-- Eye icon -->
</div>
<p style="color: red; font-weight: 600;" id="text">WARNING! Caps lock is ON.</p>
<button class="login" type="submit"></button>
<br></br>
</form>
<button class="resetBtn" id="reset-password-button">Reset Password</button>
<form id="reset-form" style="display: none;">
<input type="text" id="reset-username" placeholder="Enter your username *" required>
<input type="password" id="new-password" placeholder="Enter new password *" required>
<button type="submit">Reset</button>
</form>
<div id="info" class="info">
<p>Welcome to Code Master Beta.</p>
<p>If you encounter any issues, please <a href="https://www.codemaster.ltd/pages/contact">contact us</a>.</p>
</div>
<footer>
© <span id="footer"></span> <a href="https://www.codemaster.ltd">Code Master</a> All rights reserved.
</footer>
<div id="version-container">
<span class="font-v">V</span>
<span id="version" class="font-version"></span>
</div>
</div>
<script src="script.js" type="module"></script>
<script>
var input = document.getElementById("password");
var text = document.getElementById("text");
function updateCapsLockWarning(event) {
const key = event.key.toLowerCase();
let isCapsLock = false;
let isShiftHeld = event.shiftKey; // Check if Shift key is held down
if (key >= 'a' && key <= 'z') {
isCapsLock = (event.getModifierState && event.getModifierState('CapsLock')) ||
(key !== event.key.toLowerCase() && !event.shiftKey);
if (isCapsLock) {
text.textContent = 'WARNING! Caps Lock is ON';
} else if (isShiftHeld) {
text.textContent = 'WARNING! Shift key is held down';
} else {
text.tex
Open service 63.176.8.218:443 · beta.codemaster.ltd
2026-01-10 20:43
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 2
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 5875
Content-Type: text/html; charset=UTF-8
Date: Sat, 10 Jan 2026 20:43:25 GMT
Etag: "13e73988f486e17247b9820084b80a3c-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KEMTCHVHSF6SN6DN54WVRT20
Connection: close
Page title: Beta Login | Code Master
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui">
<link rel="canonical" href="https://www.beta.codemaster.ltd/">
<link rel="icon" href="img/logo2.png"><!-- 32×32 -->
<link rel="icon" href="img/logo2.png" type="image/png">
<link rel="apple-touch-icon" href="img/logo2.png"><!-- 180×180 -->
<link rel="apple-touch-icon-precomposed" href="img/logo2.png">
<link rel="shortcut icon" href="img/logo2.png" type="image/png">
<title>Beta Login | Code Master</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="popupAd" class="popup">
<div class="popup-content">
<span class="close-btn" onclick="closePopup()">×</span>
<h2>Join us on Discord</h2>
<img src="img/discord.png" alt="CodeMaster Logo">
<p>Your ultimate destination for mastering coding. Visit us to explore what we have for you!</p>
<button onclick="visitWebsite()">Join Now</button>
</div>
</div>
<div class="login-container">
<div class="bannerBg">
<div class="beta-badge">
<img style="width: 150px;" id="profile-picture" src="img/logoNeon.png" alt="Default Profile Picture">
<br></br>
<img style="width: 300px;" class="betaLogo" src="img/betaLogo.png" alt="Your Logo">
</div>
</div>
<h1 id="welcome"></h1>
<form autocomplete="on" id="login-form" style="display: block;">
<input type="text" id="username" placeholder="Username" tabindex="-1" spellcheck="false" required>
<div class="password-container ">
<input type="password" id="password" placeholder="Password" tabindex="1" spellcheck="false" required>
<span class="toggle-password" id="toggle-password" title="Show Password">🔓</span> <!-- Eye icon -->
</div>
<p style="color: red; font-weight: 600;" id="text">WARNING! Caps lock is ON.</p>
<button class="login" type="submit"></button>
<br></br>
</form>
<button class="resetBtn" id="reset-password-button">Reset Password</button>
<form id="reset-form" style="display: none;">
<input type="text" id="reset-username" placeholder="Enter your username *" required>
<input type="password" id="new-password" placeholder="Enter new password *" required>
<button type="submit">Reset</button>
</form>
<div id="info" class="info">
<p>Welcome to Code Master Beta.</p>
<p>If you encounter any issues, please <a href="https://www.codemaster.ltd/pages/contact">contact us</a>.</p>
</div>
<footer>
© <span id="footer"></span> <a href="https://www.codemaster.ltd">Code Master</a> All rights reserved.
</footer>
<div id="version-container">
<span class="font-v">V</span>
<span id="version" class="font-version"></span>
</div>
</div>
<script src="script.js" type="module"></script>
<script>
var input = document.getElementById("password");
var text = document.getElementById("text");
function updateCapsLockWarning(event) {
const key = event.key.toLowerCase();
let isCapsLock = false;
let isShiftHeld = event.shiftKey; // Check if Shift key is held down
if (key >= 'a' && key <= 'z') {
isCapsLock = (event.getModifierState && event.getModifierState('CapsLock')) ||
(key !== event.key.toLowerCase() && !event.shiftKey);
if (isCapsLock) {
text.textContent = 'WARNING! Caps Lock is ON';
} else if (isShiftHeld) {
text.textContent = 'WARNING! Shift key is held down';
} else {
text.tex
Open service 2a05:d014:58f:6200::259:443 · beta.codemaster.ltd
2026-01-10 20:43
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 5875
Content-Type: text/html; charset=UTF-8
Date: Sat, 10 Jan 2026 20:43:25 GMT
Etag: "13e73988f486e17247b9820084b80a3c-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KEMTCHJ4NHGA4DZD435TWDZ5
Connection: close
Page title: Beta Login | Code Master
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui">
<link rel="canonical" href="https://www.beta.codemaster.ltd/">
<link rel="icon" href="img/logo2.png"><!-- 32×32 -->
<link rel="icon" href="img/logo2.png" type="image/png">
<link rel="apple-touch-icon" href="img/logo2.png"><!-- 180×180 -->
<link rel="apple-touch-icon-precomposed" href="img/logo2.png">
<link rel="shortcut icon" href="img/logo2.png" type="image/png">
<title>Beta Login | Code Master</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="popupAd" class="popup">
<div class="popup-content">
<span class="close-btn" onclick="closePopup()">×</span>
<h2>Join us on Discord</h2>
<img src="img/discord.png" alt="CodeMaster Logo">
<p>Your ultimate destination for mastering coding. Visit us to explore what we have for you!</p>
<button onclick="visitWebsite()">Join Now</button>
</div>
</div>
<div class="login-container">
<div class="bannerBg">
<div class="beta-badge">
<img style="width: 150px;" id="profile-picture" src="img/logoNeon.png" alt="Default Profile Picture">
<br></br>
<img style="width: 300px;" class="betaLogo" src="img/betaLogo.png" alt="Your Logo">
</div>
</div>
<h1 id="welcome"></h1>
<form autocomplete="on" id="login-form" style="display: block;">
<input type="text" id="username" placeholder="Username" tabindex="-1" spellcheck="false" required>
<div class="password-container ">
<input type="password" id="password" placeholder="Password" tabindex="1" spellcheck="false" required>
<span class="toggle-password" id="toggle-password" title="Show Password">🔓</span> <!-- Eye icon -->
</div>
<p style="color: red; font-weight: 600;" id="text">WARNING! Caps lock is ON.</p>
<button class="login" type="submit"></button>
<br></br>
</form>
<button class="resetBtn" id="reset-password-button">Reset Password</button>
<form id="reset-form" style="display: none;">
<input type="text" id="reset-username" placeholder="Enter your username *" required>
<input type="password" id="new-password" placeholder="Enter new password *" required>
<button type="submit">Reset</button>
</form>
<div id="info" class="info">
<p>Welcome to Code Master Beta.</p>
<p>If you encounter any issues, please <a href="https://www.codemaster.ltd/pages/contact">contact us</a>.</p>
</div>
<footer>
© <span id="footer"></span> <a href="https://www.codemaster.ltd">Code Master</a> All rights reserved.
</footer>
<div id="version-container">
<span class="font-v">V</span>
<span id="version" class="font-version"></span>
</div>
</div>
<script src="script.js" type="module"></script>
<script>
var input = document.getElementById("password");
var text = document.getElementById("text");
function updateCapsLockWarning(event) {
const key = event.key.toLowerCase();
let isCapsLock = false;
let isShiftHeld = event.shiftKey; // Check if Shift key is held down
if (key >= 'a' && key <= 'z') {
isCapsLock = (event.getModifierState && event.getModifierState('CapsLock')) ||
(key !== event.key.toLowerCase() && !event.shiftKey);
if (isCapsLock) {
text.textContent = 'WARNING! Caps Lock is ON';
} else if (isShiftHeld) {
text.textContent = 'WARNING! Shift key is held down';
} else {
text.tex
Open service 63.176.8.218:80 · beta.codemaster.ltd
2026-01-10 20:43
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sat, 10 Jan 2026 20:43:32 GMT Location: https://beta.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KEMTCS4KZRA6ZES606F4CQDB Content-Length: 43 Connection: close Redirecting to https://beta.codemaster.ltd/
Open service 63.176.8.218:80 · healthmind.codemaster.ltd
2026-01-06 12:53
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 06 Jan 2026 12:53:34 GMT Location: https://healthmind.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KE9NXBZVH7HBBJP7PC03T7FY Content-Length: 49 Connection: close Redirecting to https://healthmind.codemaster.ltd/
Open service 2a05:d014:58f:6200::258:443 · healthmind.codemaster.ltd
2026-01-06 12:53
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 1066
Content-Type: text/html; charset=UTF-8
Date: Tue, 06 Jan 2026 12:53:26 GMT
Etag: "a7e6a088e9508695a654e0389f5be178-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KE9NX3S1DMEG9NJH8M0KF8QJ
Connection: close
Page title: HealthMind
<!DOCTYPE html>
<head>
<title>HealthMind</title>
</head>
<body>
<div id="app">
<header>
<img class="logo" src="img/icon.jpeg" alt="HealthMind">
<h1 class="HealthMind">HealthMind</h1>
<h2 class="HealthMind-slogan">Your Health, Your Journey - Empowering Wellness Every Day!</h2>
<h3 class="HealthMind-dots">----------</h3>
<nav>
<a href='/'>Home</a>
<a href='/login'>Login</a>
<a href='/register'>Register</a>
</nav>
</header>
<main>
<h2 class="pageTitle">Today's Tips</h2>
<div id="tips">
<!-- Tips will be loaded here -->
</div>
</main>
</div>
<footer>© 2024 <a class="text" href="https://codemaster.ltd">Code Master</a> <a class="contact" href="https://codemaster.ltd/pages/contact">Contact Us</a><a class='policy' href='/policy'>Private Policy</a></footer>
<script src="script.js"></script>
</body>
</html>
Open service 2a05:d014:58f:6200::259:80 · healthmind.codemaster.ltd
2026-01-06 12:53
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 06 Jan 2026 12:53:33 GMT Location: https://healthmind.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KE9NXB20PMNZV1K81ZH08G8H Content-Length: 49 Connection: close Redirecting to https://healthmind.codemaster.ltd/
Open service 63.176.8.218:443 · healthmind.codemaster.ltd
2026-01-06 12:53
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 3
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 1066
Content-Type: text/html; charset=UTF-8
Date: Tue, 06 Jan 2026 12:53:26 GMT
Etag: "a7e6a088e9508695a654e0389f5be178-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KE9NX3F3Q2ES8AVH2SVVVW3B
Connection: close
Page title: HealthMind
<!DOCTYPE html>
<head>
<title>HealthMind</title>
</head>
<body>
<div id="app">
<header>
<img class="logo" src="img/icon.jpeg" alt="HealthMind">
<h1 class="HealthMind">HealthMind</h1>
<h2 class="HealthMind-slogan">Your Health, Your Journey - Empowering Wellness Every Day!</h2>
<h3 class="HealthMind-dots">----------</h3>
<nav>
<a href='/'>Home</a>
<a href='/login'>Login</a>
<a href='/register'>Register</a>
</nav>
</header>
<main>
<h2 class="pageTitle">Today's Tips</h2>
<div id="tips">
<!-- Tips will be loaded here -->
</div>
</main>
</div>
<footer>© 2024 <a class="text" href="https://codemaster.ltd">Code Master</a> <a class="contact" href="https://codemaster.ltd/pages/contact">Contact Us</a><a class='policy' href='/policy'>Private Policy</a></footer>
<script src="script.js"></script>
</body>
</html>
Open service 2a05:d014:58f:6200::258:80 · healthmind.codemaster.ltd
2026-01-06 12:53
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 06 Jan 2026 12:53:34 GMT Location: https://healthmind.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KE9NXB93AQ1WH7ASZHVCHE9M Content-Length: 49 Connection: close Redirecting to https://healthmind.codemaster.ltd/
Open service 35.157.26.135:443 · healthmind.codemaster.ltd
2026-01-06 12:53
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 3
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 1066
Content-Type: text/html; charset=UTF-8
Date: Tue, 06 Jan 2026 12:53:26 GMT
Etag: "a7e6a088e9508695a654e0389f5be178-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KE9NX3FHJWGC8SKKCCJ3DMKH
Connection: close
Page title: HealthMind
<!DOCTYPE html>
<head>
<title>HealthMind</title>
</head>
<body>
<div id="app">
<header>
<img class="logo" src="img/icon.jpeg" alt="HealthMind">
<h1 class="HealthMind">HealthMind</h1>
<h2 class="HealthMind-slogan">Your Health, Your Journey - Empowering Wellness Every Day!</h2>
<h3 class="HealthMind-dots">----------</h3>
<nav>
<a href='/'>Home</a>
<a href='/login'>Login</a>
<a href='/register'>Register</a>
</nav>
</header>
<main>
<h2 class="pageTitle">Today's Tips</h2>
<div id="tips">
<!-- Tips will be loaded here -->
</div>
</main>
</div>
<footer>© 2024 <a class="text" href="https://codemaster.ltd">Code Master</a> <a class="contact" href="https://codemaster.ltd/pages/contact">Contact Us</a><a class='policy' href='/policy'>Private Policy</a></footer>
<script src="script.js"></script>
</body>
</html>
Open service 2a05:d014:58f:6200::259:443 · healthmind.codemaster.ltd
2026-01-06 12:53
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 1066
Content-Type: text/html; charset=UTF-8
Date: Tue, 06 Jan 2026 12:53:26 GMT
Etag: "a7e6a088e9508695a654e0389f5be178-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KE9NX3TBP9HC8YA2HK6ABBWG
Connection: close
Page title: HealthMind
<!DOCTYPE html>
<head>
<title>HealthMind</title>
</head>
<body>
<div id="app">
<header>
<img class="logo" src="img/icon.jpeg" alt="HealthMind">
<h1 class="HealthMind">HealthMind</h1>
<h2 class="HealthMind-slogan">Your Health, Your Journey - Empowering Wellness Every Day!</h2>
<h3 class="HealthMind-dots">----------</h3>
<nav>
<a href='/'>Home</a>
<a href='/login'>Login</a>
<a href='/register'>Register</a>
</nav>
</header>
<main>
<h2 class="pageTitle">Today's Tips</h2>
<div id="tips">
<!-- Tips will be loaded here -->
</div>
</main>
</div>
<footer>© 2024 <a class="text" href="https://codemaster.ltd">Code Master</a> <a class="contact" href="https://codemaster.ltd/pages/contact">Contact Us</a><a class='policy' href='/policy'>Private Policy</a></footer>
<script src="script.js"></script>
</body>
</html>
Open service 35.157.26.135:80 · healthmind.codemaster.ltd
2026-01-06 12:53
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 06 Jan 2026 12:53:34 GMT Location: https://healthmind.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KE9NXC1R8KR1B97GSGGEHPRX Content-Length: 49 Connection: close Redirecting to https://healthmind.codemaster.ltd/
Open service 2a05:d014:58f:6200::258:443 · learn-to-code.codemaster.ltd
2026-01-04 21:41
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 13
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 3234
Content-Type: text/html; charset=UTF-8
Date: Sun, 04 Jan 2026 21:41:31 GMT
Etag: "9a48eea526d657bb696316fb0522c790-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KE5FAMF1SWMKGT0YM8GZZKMZ
Connection: close
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" type="image/png">
<link rel="stylesheet" href="styles.css">
<title id="title"></title>
</head>
<body>
<header>
<img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="CodeMaster Logo" class="logo">
<h1>Learn to Code Game</h1>
<button class="theme-toggle" onclick="toggleTheme()">Toggle Theme</button>
</header>
<div class="container">
<h2>Welcome, Novice Coder!</h2>
<div class="game-area">
<!-- HTML Challenge -->
<div class="challenge">
<h3>HTML Basics</h3>
<p>Create a simple webpage with headings, paragraphs, and a link.</p>
<textarea class="html" id="html-editor" rows="15" cols="89">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello Code Master</title>
</head>
<body>
<img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="CodeMaster Logo">
<h1>Hello, Code Master!</h1>
<p>Learn To Code</p>
<a>Enjoy - Create - Learn - Save</a>
</body>
</html>
</textarea>
<br>
<button class="previewBtn" onclick="checkHTML()">Preview</button>
<button class="save" onclick="saveHTML()">Save HTML</button>
<p id="html-feedback"></p>
</div>
<!-- CSS Challenge -->
<div class="challenge">
<h3>CSS Styling</h3>
<p>Style the webpage to achieve a specific layout and color scheme.</p>
<textarea class="css" id="css-editor" rows="19" cols="89">
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
text-align: center;
padding: 20px;
}
h1 {
color: #333;
margin-bottom: 20px;
}
img {
width: 140px;
height: auto;
margin-top: 20px;
border-radius: 15%;
box-shadow: #000 0 0 20px;
}
</textarea>
<br>
<button class="previewBtn" onclick="checkCSS()">Preview</button>
<button class="save" onclick="saveCSS()">Save CSS</button>
<p id="css-feedback"></p>
</div>
<!-- Preview Area -->
<div id="preview-container" class="preview-container" style="display: none;">
<h3>Preview Area</h3>
<iframe id="preview-frame" class="preview" frameborder="0"></iframe>
</div>
</div>
<p class="author"><a href="http://www.codemaster.ltd/" id="author"></a></p>
<p id="version" class="version"></p>
</div>
<footer>
© 2024 CodeMaster. All rights reserved.
</footer>
<script src="script.js"></script>
</body>
</html>
Open service 2a05:d014:58f:6200::259:80 · learn-to-code.codemaster.ltd
2026-01-04 21:41
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 04 Jan 2026 21:41:31 GMT Location: https://learn-to-code.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KE5FAMCJ5KHFCHGC39YP31T1 Content-Length: 52 Connection: close Redirecting to https://learn-to-code.codemaster.ltd/
Open service 2a05:d014:58f:6200::259:443 · learn-to-code.codemaster.ltd
2026-01-04 21:41
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 3234
Content-Type: text/html; charset=UTF-8
Date: Sun, 04 Jan 2026 21:41:31 GMT
Etag: "9a48eea526d657bb696316fb0522c790-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KE5FAM6QCZHJE5HS77WR3YNA
Connection: close
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" type="image/png">
<link rel="stylesheet" href="styles.css">
<title id="title"></title>
</head>
<body>
<header>
<img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="CodeMaster Logo" class="logo">
<h1>Learn to Code Game</h1>
<button class="theme-toggle" onclick="toggleTheme()">Toggle Theme</button>
</header>
<div class="container">
<h2>Welcome, Novice Coder!</h2>
<div class="game-area">
<!-- HTML Challenge -->
<div class="challenge">
<h3>HTML Basics</h3>
<p>Create a simple webpage with headings, paragraphs, and a link.</p>
<textarea class="html" id="html-editor" rows="15" cols="89">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello Code Master</title>
</head>
<body>
<img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="CodeMaster Logo">
<h1>Hello, Code Master!</h1>
<p>Learn To Code</p>
<a>Enjoy - Create - Learn - Save</a>
</body>
</html>
</textarea>
<br>
<button class="previewBtn" onclick="checkHTML()">Preview</button>
<button class="save" onclick="saveHTML()">Save HTML</button>
<p id="html-feedback"></p>
</div>
<!-- CSS Challenge -->
<div class="challenge">
<h3>CSS Styling</h3>
<p>Style the webpage to achieve a specific layout and color scheme.</p>
<textarea class="css" id="css-editor" rows="19" cols="89">
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
text-align: center;
padding: 20px;
}
h1 {
color: #333;
margin-bottom: 20px;
}
img {
width: 140px;
height: auto;
margin-top: 20px;
border-radius: 15%;
box-shadow: #000 0 0 20px;
}
</textarea>
<br>
<button class="previewBtn" onclick="checkCSS()">Preview</button>
<button class="save" onclick="saveCSS()">Save CSS</button>
<p id="css-feedback"></p>
</div>
<!-- Preview Area -->
<div id="preview-container" class="preview-container" style="display: none;">
<h3>Preview Area</h3>
<iframe id="preview-frame" class="preview" frameborder="0"></iframe>
</div>
</div>
<p class="author"><a href="http://www.codemaster.ltd/" id="author"></a></p>
<p id="version" class="version"></p>
</div>
<footer>
© 2024 CodeMaster. All rights reserved.
</footer>
<script src="script.js"></script>
</body>
</html>
Open service 2a05:d014:58f:6200::258:80 · learn-to-code.codemaster.ltd
2026-01-04 21:41
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 04 Jan 2026 21:41:31 GMT Location: https://learn-to-code.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KE5FAM4ZB6NT6NYTZ43Q03AW Content-Length: 52 Connection: close Redirecting to https://learn-to-code.codemaster.ltd/
Open service 2a05:d014:58f:6200::259:443 · code-weather.codemaster.ltd
2026-01-01 02:02
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 1902
Content-Type: text/html; charset=UTF-8
Date: Thu, 01 Jan 2026 02:02:26 GMT
Etag: "82fb05eb8279fffce9ef6c382063d4e5-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDVMNGD7P3GKJREZHWMPQPZP
Connection: close
Page title: Code Weather | Code Master
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Weather | Code Master</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" id="icon1">
<link rel="shortcut icon" id="icon2" type="image/png">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
</head>
<body>
<div class="welcome">
<p id="welcomeText"></p>
</div>
<div class="bk hidden">
<div class="weather-app">
<header>
<img id="main-logo" alt="Code Weather" class="logo">
<h1>Code Weather<p>Where Code Meets Climate</p></h1>
<div class="line"></div>
</header>
<main>
<div class="search-container">
<div class="search-input-wrapper">
<input type="search" id="city-input" placeholder="Search for a place">
<button id="search-btn" class="search-btn"><i class="fas fa-search"></i></button>
</div>
<button id="search-btn2" class="search-btn">
<i class="fas fa-location-arrow"></i>
<span class="hidden-text"> Use my current location</span>
</button>
</div>
<div id="weather-info" class="weather-info">
<!-- Weather information will be dynamically added here -->
</div>
</main>
<footer>
<div class="currentTime" id="currentTime"></div>
©<span id="currentYear"></span> <a href="http://www.codemaster.ltd">Code Master</a> All rights reserved.
<div id="version"></div>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>
Open service 2a05:d014:58f:6200::258:80 · code-weather.codemaster.ltd
2026-01-01 02:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Thu, 01 Jan 2026 02:02:26 GMT Location: https://code-weather.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDVMNFT7H98V5YRWRY0A8Q6Z Content-Length: 51 Connection: close Redirecting to https://code-weather.codemaster.ltd/
Open service 2a05:d014:58f:6200::258:443 · code-weather.codemaster.ltd
2026-01-01 02:02
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 1902
Content-Type: text/html; charset=UTF-8
Date: Thu, 01 Jan 2026 02:02:26 GMT
Etag: "82fb05eb8279fffce9ef6c382063d4e5-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDVMNG81K5N7CG4PK44VMSJ0
Connection: close
Page title: Code Weather | Code Master
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Weather | Code Master</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" id="icon1">
<link rel="shortcut icon" id="icon2" type="image/png">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
</head>
<body>
<div class="welcome">
<p id="welcomeText"></p>
</div>
<div class="bk hidden">
<div class="weather-app">
<header>
<img id="main-logo" alt="Code Weather" class="logo">
<h1>Code Weather<p>Where Code Meets Climate</p></h1>
<div class="line"></div>
</header>
<main>
<div class="search-container">
<div class="search-input-wrapper">
<input type="search" id="city-input" placeholder="Search for a place">
<button id="search-btn" class="search-btn"><i class="fas fa-search"></i></button>
</div>
<button id="search-btn2" class="search-btn">
<i class="fas fa-location-arrow"></i>
<span class="hidden-text"> Use my current location</span>
</button>
</div>
<div id="weather-info" class="weather-info">
<!-- Weather information will be dynamically added here -->
</div>
</main>
<footer>
<div class="currentTime" id="currentTime"></div>
©<span id="currentYear"></span> <a href="http://www.codemaster.ltd">Code Master</a> All rights reserved.
<div id="version"></div>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>
Open service 35.157.26.135:80 · code-weather.codemaster.ltd
2026-01-01 02:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Thu, 01 Jan 2026 02:02:25 GMT Location: https://code-weather.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDVMNF53CTQ2K0SZYBZK5HPR Content-Length: 51 Connection: close Redirecting to https://code-weather.codemaster.ltd/
Open service 35.157.26.135:443 · code-weather.codemaster.ltd
2026-01-01 02:02
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 1902
Content-Type: text/html; charset=UTF-8
Date: Thu, 01 Jan 2026 02:02:25 GMT
Etag: "82fb05eb8279fffce9ef6c382063d4e5-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDVMNF7XTYN0X8QC49BZQNQF
Connection: close
Page title: Code Weather | Code Master
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Weather | Code Master</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" id="icon1">
<link rel="shortcut icon" id="icon2" type="image/png">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
</head>
<body>
<div class="welcome">
<p id="welcomeText"></p>
</div>
<div class="bk hidden">
<div class="weather-app">
<header>
<img id="main-logo" alt="Code Weather" class="logo">
<h1>Code Weather<p>Where Code Meets Climate</p></h1>
<div class="line"></div>
</header>
<main>
<div class="search-container">
<div class="search-input-wrapper">
<input type="search" id="city-input" placeholder="Search for a place">
<button id="search-btn" class="search-btn"><i class="fas fa-search"></i></button>
</div>
<button id="search-btn2" class="search-btn">
<i class="fas fa-location-arrow"></i>
<span class="hidden-text"> Use my current location</span>
</button>
</div>
<div id="weather-info" class="weather-info">
<!-- Weather information will be dynamically added here -->
</div>
</main>
<footer>
<div class="currentTime" id="currentTime"></div>
©<span id="currentYear"></span> <a href="http://www.codemaster.ltd">Code Master</a> All rights reserved.
<div id="version"></div>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>
Open service 63.176.8.218:443 · code-weather.codemaster.ltd
2026-01-01 02:02
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 1902
Content-Type: text/html; charset=UTF-8
Date: Thu, 01 Jan 2026 02:02:25 GMT
Etag: "82fb05eb8279fffce9ef6c382063d4e5-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDVMNF7HNN68ZVN6KGPMDPTJ
Connection: close
Page title: Code Weather | Code Master
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Weather | Code Master</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" id="icon1">
<link rel="shortcut icon" id="icon2" type="image/png">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
</head>
<body>
<div class="welcome">
<p id="welcomeText"></p>
</div>
<div class="bk hidden">
<div class="weather-app">
<header>
<img id="main-logo" alt="Code Weather" class="logo">
<h1>Code Weather<p>Where Code Meets Climate</p></h1>
<div class="line"></div>
</header>
<main>
<div class="search-container">
<div class="search-input-wrapper">
<input type="search" id="city-input" placeholder="Search for a place">
<button id="search-btn" class="search-btn"><i class="fas fa-search"></i></button>
</div>
<button id="search-btn2" class="search-btn">
<i class="fas fa-location-arrow"></i>
<span class="hidden-text"> Use my current location</span>
</button>
</div>
<div id="weather-info" class="weather-info">
<!-- Weather information will be dynamically added here -->
</div>
</main>
<footer>
<div class="currentTime" id="currentTime"></div>
©<span id="currentYear"></span> <a href="http://www.codemaster.ltd">Code Master</a> All rights reserved.
<div id="version"></div>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>
Open service 63.176.8.218:80 · code-weather.codemaster.ltd
2026-01-01 02:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Thu, 01 Jan 2026 02:02:25 GMT Location: https://code-weather.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDVMNF3S64E5CFRZ3WYEE281 Content-Length: 51 Connection: close Redirecting to https://code-weather.codemaster.ltd/
Open service 2a05:d014:58f:6200::259:80 · code-weather.codemaster.ltd
2026-01-01 02:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Thu, 01 Jan 2026 02:02:25 GMT Location: https://code-weather.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDVMNF31CM42TTNQ60D6W3NP Content-Length: 51 Connection: close Redirecting to https://code-weather.codemaster.ltd/
Open service 35.157.26.135:80 · cripdevelopments.codemaster.ltd
2026-01-01 00:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Thu, 01 Jan 2026 00:02:28 GMT Location: https://cripdevelopments.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDVDSTHQ7PRHGZSQYW6GQ7FB Content-Length: 55 Connection: close Redirecting to https://cripdevelopments.codemaster.ltd/
Open service 2a05:d014:58f:6200::258:80 · cripdevelopments.codemaster.ltd
2026-01-01 00:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Thu, 01 Jan 2026 00:02:28 GMT Location: https://cripdevelopments.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDVDSTCXPJTVR8S029093ZH7 Content-Length: 55 Connection: close Redirecting to https://cripdevelopments.codemaster.ltd/
Open service 63.176.8.218:80 · cripdevelopments.codemaster.ltd
2026-01-01 00:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Thu, 01 Jan 2026 00:02:28 GMT Location: https://cripdevelopments.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDVDSTN0DDVZEEKV4YH6T8CS Content-Length: 55 Connection: close Redirecting to https://cripdevelopments.codemaster.ltd/
Open service 35.157.26.135:443 · cripdevelopments.codemaster.ltd
2026-01-01 00:02
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 12244
Content-Type: text/html; charset=UTF-8
Date: Thu, 01 Jan 2026 00:02:27 GMT
Etag: "7b5bd923d8324f9c1b6f00fb0c2f3eb8-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDVDSTGPVADPYX5ESVBTFPNB
Connection: close
Page title: Crip Developments | Partnership Guide
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1">
<title>Crip Developments | Partnership Guide</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="196x196">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="96x96">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="16x16">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="128x128">
<meta name="application-name" content="Partnership Guide">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<meta name="msapplication-square70x70logo" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<meta name="msapplication-square150x150logo" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<meta name="msapplication-wide310x150logo" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<meta name="msapplication-square310x310logo" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<!-- Social meta tags -->
<!-- Facebook social meta -->
<meta property="og:title" content="Crip Developments">
<meta property="og:url" content="https://number-plate-creator.codemaster.ltd/">
<meta property="og:site_name" content="Partnership Guide">
<meta name="og:description" content="Discover unmatched creativity and quality with Crip Developments — your premier stop for GTAV and FiveM modifications that t
Open service 63.176.8.218:443 · cripdevelopments.codemaster.ltd
2026-01-01 00:02
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 1
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 12244
Content-Type: text/html; charset=UTF-8
Date: Thu, 01 Jan 2026 00:02:27 GMT
Etag: "7b5bd923d8324f9c1b6f00fb0c2f3eb8-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDVDSSXCKYW2JZX16785WG9R
Connection: close
Page title: Crip Developments | Partnership Guide
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1">
<title>Crip Developments | Partnership Guide</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="196x196">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="96x96">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="16x16">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="128x128">
<meta name="application-name" content="Partnership Guide">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<meta name="msapplication-square70x70logo" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<meta name="msapplication-square150x150logo" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<meta name="msapplication-wide310x150logo" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<meta name="msapplication-square310x310logo" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<!-- Social meta tags -->
<!-- Facebook social meta -->
<meta property="og:title" content="Crip Developments">
<meta property="og:url" content="https://number-plate-creator.codemaster.ltd/">
<meta property="og:site_name" content="Partnership Guide">
<meta name="og:description" content="Discover unmatched creativity and quality with Crip Developments — your premier stop for GTAV and FiveM modifications that t
Open service 2a05:d014:58f:6200::258:443 · cripdevelopments.codemaster.ltd
2026-01-01 00:02
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 12244
Content-Type: text/html; charset=UTF-8
Date: Thu, 01 Jan 2026 00:02:27 GMT
Etag: "7b5bd923d8324f9c1b6f00fb0c2f3eb8-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDVDST981MB19F9RGD5C8A58
Connection: close
Page title: Crip Developments | Partnership Guide
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1">
<title>Crip Developments | Partnership Guide</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="196x196">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="96x96">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="16x16">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="128x128">
<meta name="application-name" content="Partnership Guide">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<meta name="msapplication-square70x70logo" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<meta name="msapplication-square150x150logo" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<meta name="msapplication-wide310x150logo" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<meta name="msapplication-square310x310logo" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<!-- Social meta tags -->
<!-- Facebook social meta -->
<meta property="og:title" content="Crip Developments">
<meta property="og:url" content="https://number-plate-creator.codemaster.ltd/">
<meta property="og:site_name" content="Partnership Guide">
<meta name="og:description" content="Discover unmatched creativity and quality with Crip Developments — your premier stop for GTAV and FiveM modifications that t
Open service 2a05:d014:58f:6200::259:80 · cripdevelopments.codemaster.ltd
2026-01-01 00:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Thu, 01 Jan 2026 00:02:26 GMT Location: https://cripdevelopments.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDVDSSC0H1QBGB7VF52BNC3C Content-Length: 55 Connection: close Redirecting to https://cripdevelopments.codemaster.ltd/
Open service 2a05:d014:58f:6200::259:443 · cripdevelopments.codemaster.ltd
2026-01-01 00:02
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 12244
Content-Type: text/html; charset=UTF-8
Date: Thu, 01 Jan 2026 00:02:27 GMT
Etag: "7b5bd923d8324f9c1b6f00fb0c2f3eb8-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDVDSSVPD4N3JGB3CMQY3HTA
Connection: close
Page title: Crip Developments | Partnership Guide
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1">
<title>Crip Developments | Partnership Guide</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="196x196">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="96x96">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="16x16">
<link rel="icon" type="image/png" href="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png" sizes="128x128">
<meta name="application-name" content="Partnership Guide">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<meta name="msapplication-square70x70logo" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<meta name="msapplication-square150x150logo" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<meta name="msapplication-wide310x150logo" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<meta name="msapplication-square310x310logo" content="https://payhip.com/cdn-cgi/image/format=auto/https://pe56d.s3.amazonaws.com/o_1ioj1vqst8nl4hj1bcnf121ulgl.png">
<!-- Social meta tags -->
<!-- Facebook social meta -->
<meta property="og:title" content="Crip Developments">
<meta property="og:url" content="https://number-plate-creator.codemaster.ltd/">
<meta property="og:site_name" content="Partnership Guide">
<meta name="og:description" content="Discover unmatched creativity and quality with Crip Developments — your premier stop for GTAV and FiveM modifications that t
Open service 35.157.26.135:80 · vehicle-names-generator.codemaster.ltd
2025-12-30 10:23
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:23:17 GMT Location: https://vehicle-names-generator.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQCH5AT9XCVAMQC08A5WATP Content-Length: 62 Connection: close Redirecting to https://vehicle-names-generator.codemaster.ltd/
Open service 63.176.8.218:443 · vehicle-names-generator.codemaster.ltd
2025-12-30 10:23
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 10530
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:23:18 GMT
Etag: "b78c94ab74558912d2e38f10d5bed002-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQCH5FEDXAS5GRVRWSMF9AW
Connection: close
Page title: VNG - Vehicle Names Generator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VNG - Vehicle Names Generator</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<style>
body {
font-family: 'Courier New', Courier, monospace;
background-color: #353535;
color: #abb2bf;
margin: 0;
padding: 20px;
padding-top: 150px;
display: flex;
justify-content: center;
align-items: center;
max-height: 100vh;
}
.container {
position: relative;
max-width: 70vh;
margin: 50px auto;
padding: 20px;
border-radius: 20px;
z-index: 1;
background: linear-gradient(to bottom, rgba(75, 75, 75, 0.8), rgba(15, 15, 15, 0.8));
box-shadow: 0 0 10px rgba(15, 15, 15, 0.8);
background: #212121;;
}
.container::before {
content: '';
position: absolute;
top: 0;
left: 0;
max-width: 100vh;
border-radius: inherit;
z-index: -1;
}
.input-group {
margin-bottom: 10px;
}
label {
display: block;
margin-bottom: 5px;
}
input[type="text"] {
width: calc(100% - 16px);
padding: 8px;
margin-bottom: 10px;
background-color: #2c313a;
color: #abb2bf;
border: 1px solid #3e4451;
border-radius: 4px;
}
button {
padding: 10px 15px;
background-color: #89ef61;
color: #000000;
border: none;
cursor: pointer;
margin-right: 5px;
border-radius: 4px;
}
button:hover {
background-color: #609c49;
box-shadow: 0 0 10px #609c49;
}
.btn-danger {
background-color: #e06c75;
color: #000000;
border-radius: 50px;
cursor: pointer;
margin-right: 5px;
margin-bottom: 10px;
margin-top: 10px;
padding: 10px 15px;
font-weight: bold;
}
.btn-danger:hover {
background-color: #af545c;
box-shadow: 0 0 10px #af545c;
}
.btn-download {
background-color: #61f144;
color: #000000;
border: none;
cursor: pointer;
margin-right: 5px;
border-radius: 4px;
}
.btn-download:hover {
background-color: #2b6b1f;
box-shadow: 0 0 10px #2b6b1f;
}
.btn-nodanger {
background-color: #f8aa44;
color: #000000;
border: none;
cursor: pointer;
margin-right: 5px;
border-radius: 4px;
}
.btn-nodanger:hover {
background-color: #c88424;
box-shadow: 0 0 10px #c88424;
}
pre {
background-color: #0D0D0D;
padding: 10px;
border: 1px solid #3e4451;
white-space: pre-wrap;
color: #61afef;
border-radius: 4px;
position: relative;
}
h1 {
text-align: center;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background: #f87777;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 45px;
margin-bottom: 0;
margin-top: 0;
margin-left: 0;
margin-right: 0;
padding: 0;
}
h2 {
margin-top: 5px;
margin-bottom: -25px;
margin-left: -15px;
text-align: center;
font-size: 35px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
background: #a6f877;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding: 15px;
border-radius: 10px;
di
Open service 2a05:d014:58f:6200::259:443 · vehicle-names-generator.codemaster.ltd
2025-12-30 10:23
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 10530
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:23:17 GMT
Etag: "b78c94ab74558912d2e38f10d5bed002-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQCH5775C1TGSVGPYX4M4SQ
Connection: close
Page title: VNG - Vehicle Names Generator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VNG - Vehicle Names Generator</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<style>
body {
font-family: 'Courier New', Courier, monospace;
background-color: #353535;
color: #abb2bf;
margin: 0;
padding: 20px;
padding-top: 150px;
display: flex;
justify-content: center;
align-items: center;
max-height: 100vh;
}
.container {
position: relative;
max-width: 70vh;
margin: 50px auto;
padding: 20px;
border-radius: 20px;
z-index: 1;
background: linear-gradient(to bottom, rgba(75, 75, 75, 0.8), rgba(15, 15, 15, 0.8));
box-shadow: 0 0 10px rgba(15, 15, 15, 0.8);
background: #212121;;
}
.container::before {
content: '';
position: absolute;
top: 0;
left: 0;
max-width: 100vh;
border-radius: inherit;
z-index: -1;
}
.input-group {
margin-bottom: 10px;
}
label {
display: block;
margin-bottom: 5px;
}
input[type="text"] {
width: calc(100% - 16px);
padding: 8px;
margin-bottom: 10px;
background-color: #2c313a;
color: #abb2bf;
border: 1px solid #3e4451;
border-radius: 4px;
}
button {
padding: 10px 15px;
background-color: #89ef61;
color: #000000;
border: none;
cursor: pointer;
margin-right: 5px;
border-radius: 4px;
}
button:hover {
background-color: #609c49;
box-shadow: 0 0 10px #609c49;
}
.btn-danger {
background-color: #e06c75;
color: #000000;
border-radius: 50px;
cursor: pointer;
margin-right: 5px;
margin-bottom: 10px;
margin-top: 10px;
padding: 10px 15px;
font-weight: bold;
}
.btn-danger:hover {
background-color: #af545c;
box-shadow: 0 0 10px #af545c;
}
.btn-download {
background-color: #61f144;
color: #000000;
border: none;
cursor: pointer;
margin-right: 5px;
border-radius: 4px;
}
.btn-download:hover {
background-color: #2b6b1f;
box-shadow: 0 0 10px #2b6b1f;
}
.btn-nodanger {
background-color: #f8aa44;
color: #000000;
border: none;
cursor: pointer;
margin-right: 5px;
border-radius: 4px;
}
.btn-nodanger:hover {
background-color: #c88424;
box-shadow: 0 0 10px #c88424;
}
pre {
background-color: #0D0D0D;
padding: 10px;
border: 1px solid #3e4451;
white-space: pre-wrap;
color: #61afef;
border-radius: 4px;
position: relative;
}
h1 {
text-align: center;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background: #f87777;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 45px;
margin-bottom: 0;
margin-top: 0;
margin-left: 0;
margin-right: 0;
padding: 0;
}
h2 {
margin-top: 5px;
margin-bottom: -25px;
margin-left: -15px;
text-align: center;
font-size: 35px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
background: #a6f877;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding: 15px;
border-radius: 10px;
di
Open service 2a05:d014:58f:6200::258:80 · vehicle-names-generator.codemaster.ltd
2025-12-30 10:23
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:23:17 GMT Location: https://vehicle-names-generator.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQCH4GTQB0HCDWNYWRKDP3J Content-Length: 62 Connection: close Redirecting to https://vehicle-names-generator.codemaster.ltd/
Open service 63.176.8.218:80 · vehicle-names-generator.codemaster.ltd
2025-12-30 10:23
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:23:17 GMT Location: https://vehicle-names-generator.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQCH4ZBN2F868NW7PPSCR56 Content-Length: 62 Connection: close Redirecting to https://vehicle-names-generator.codemaster.ltd/
Open service 2a05:d014:58f:6200::259:80 · vehicle-names-generator.codemaster.ltd
2025-12-30 10:23
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:23:16 GMT Location: https://vehicle-names-generator.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQCH4BAXRBTNNC169KA6SSY Content-Length: 62 Connection: close Redirecting to https://vehicle-names-generator.codemaster.ltd/
Open service 35.157.26.135:443 · vehicle-names-generator.codemaster.ltd
2025-12-30 10:23
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 1
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 10530
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:23:17 GMT
Etag: "b78c94ab74558912d2e38f10d5bed002-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQCH4VJF60MYKM3B4FXJ1HE
Connection: close
Page title: VNG - Vehicle Names Generator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VNG - Vehicle Names Generator</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<style>
body {
font-family: 'Courier New', Courier, monospace;
background-color: #353535;
color: #abb2bf;
margin: 0;
padding: 20px;
padding-top: 150px;
display: flex;
justify-content: center;
align-items: center;
max-height: 100vh;
}
.container {
position: relative;
max-width: 70vh;
margin: 50px auto;
padding: 20px;
border-radius: 20px;
z-index: 1;
background: linear-gradient(to bottom, rgba(75, 75, 75, 0.8), rgba(15, 15, 15, 0.8));
box-shadow: 0 0 10px rgba(15, 15, 15, 0.8);
background: #212121;;
}
.container::before {
content: '';
position: absolute;
top: 0;
left: 0;
max-width: 100vh;
border-radius: inherit;
z-index: -1;
}
.input-group {
margin-bottom: 10px;
}
label {
display: block;
margin-bottom: 5px;
}
input[type="text"] {
width: calc(100% - 16px);
padding: 8px;
margin-bottom: 10px;
background-color: #2c313a;
color: #abb2bf;
border: 1px solid #3e4451;
border-radius: 4px;
}
button {
padding: 10px 15px;
background-color: #89ef61;
color: #000000;
border: none;
cursor: pointer;
margin-right: 5px;
border-radius: 4px;
}
button:hover {
background-color: #609c49;
box-shadow: 0 0 10px #609c49;
}
.btn-danger {
background-color: #e06c75;
color: #000000;
border-radius: 50px;
cursor: pointer;
margin-right: 5px;
margin-bottom: 10px;
margin-top: 10px;
padding: 10px 15px;
font-weight: bold;
}
.btn-danger:hover {
background-color: #af545c;
box-shadow: 0 0 10px #af545c;
}
.btn-download {
background-color: #61f144;
color: #000000;
border: none;
cursor: pointer;
margin-right: 5px;
border-radius: 4px;
}
.btn-download:hover {
background-color: #2b6b1f;
box-shadow: 0 0 10px #2b6b1f;
}
.btn-nodanger {
background-color: #f8aa44;
color: #000000;
border: none;
cursor: pointer;
margin-right: 5px;
border-radius: 4px;
}
.btn-nodanger:hover {
background-color: #c88424;
box-shadow: 0 0 10px #c88424;
}
pre {
background-color: #0D0D0D;
padding: 10px;
border: 1px solid #3e4451;
white-space: pre-wrap;
color: #61afef;
border-radius: 4px;
position: relative;
}
h1 {
text-align: center;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background: #f87777;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 45px;
margin-bottom: 0;
margin-top: 0;
margin-left: 0;
margin-right: 0;
padding: 0;
}
h2 {
margin-top: 5px;
margin-bottom: -25px;
margin-left: -15px;
text-align: center;
font-size: 35px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
background: #a6f877;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding: 15px;
border-radius: 10px;
di
Open service 2a05:d014:58f:6200::258:443 · vehicle-names-generator.codemaster.ltd
2025-12-30 10:23
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 10530
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:23:17 GMT
Etag: "b78c94ab74558912d2e38f10d5bed002-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQCH55RPA5BZGZEFBP9FGQZ
Connection: close
Page title: VNG - Vehicle Names Generator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VNG - Vehicle Names Generator</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<style>
body {
font-family: 'Courier New', Courier, monospace;
background-color: #353535;
color: #abb2bf;
margin: 0;
padding: 20px;
padding-top: 150px;
display: flex;
justify-content: center;
align-items: center;
max-height: 100vh;
}
.container {
position: relative;
max-width: 70vh;
margin: 50px auto;
padding: 20px;
border-radius: 20px;
z-index: 1;
background: linear-gradient(to bottom, rgba(75, 75, 75, 0.8), rgba(15, 15, 15, 0.8));
box-shadow: 0 0 10px rgba(15, 15, 15, 0.8);
background: #212121;;
}
.container::before {
content: '';
position: absolute;
top: 0;
left: 0;
max-width: 100vh;
border-radius: inherit;
z-index: -1;
}
.input-group {
margin-bottom: 10px;
}
label {
display: block;
margin-bottom: 5px;
}
input[type="text"] {
width: calc(100% - 16px);
padding: 8px;
margin-bottom: 10px;
background-color: #2c313a;
color: #abb2bf;
border: 1px solid #3e4451;
border-radius: 4px;
}
button {
padding: 10px 15px;
background-color: #89ef61;
color: #000000;
border: none;
cursor: pointer;
margin-right: 5px;
border-radius: 4px;
}
button:hover {
background-color: #609c49;
box-shadow: 0 0 10px #609c49;
}
.btn-danger {
background-color: #e06c75;
color: #000000;
border-radius: 50px;
cursor: pointer;
margin-right: 5px;
margin-bottom: 10px;
margin-top: 10px;
padding: 10px 15px;
font-weight: bold;
}
.btn-danger:hover {
background-color: #af545c;
box-shadow: 0 0 10px #af545c;
}
.btn-download {
background-color: #61f144;
color: #000000;
border: none;
cursor: pointer;
margin-right: 5px;
border-radius: 4px;
}
.btn-download:hover {
background-color: #2b6b1f;
box-shadow: 0 0 10px #2b6b1f;
}
.btn-nodanger {
background-color: #f8aa44;
color: #000000;
border: none;
cursor: pointer;
margin-right: 5px;
border-radius: 4px;
}
.btn-nodanger:hover {
background-color: #c88424;
box-shadow: 0 0 10px #c88424;
}
pre {
background-color: #0D0D0D;
padding: 10px;
border: 1px solid #3e4451;
white-space: pre-wrap;
color: #61afef;
border-radius: 4px;
position: relative;
}
h1 {
text-align: center;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background: #f87777;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 45px;
margin-bottom: 0;
margin-top: 0;
margin-left: 0;
margin-right: 0;
padding: 0;
}
h2 {
margin-top: 5px;
margin-bottom: -25px;
margin-left: -15px;
text-align: center;
font-size: 35px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
background: #a6f877;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding: 15px;
border-radius: 10px;
di
Open service 2a05:d014:58f:6200::258:443 · master-todo-list.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 1738
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:13:46 GMT
Etag: "7a7ff46856b6359542c303968e26ac1e-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBZPWM3N9CNS9W3FQSHBPP
Connection: close
Page title: Master To-Do List | Code Master
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Master To-Do List | Code Master</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<button id="toggle-theme" class="toggle-theme" onclick="toggleTheme()"></button>
<a href="https://codemaster.ltd" target="_blank"><img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="CodeMaster Logo" class="logo"></a>
<h1>Master To-Do List</h1>
<div class="input-container">
<input type="text" id="taskInput" placeholder="Add a new task...">
<h3>Priority</h3>
<select id="priorityInput">
<option value="low">Low</option>
<option value="medium">Medium</option>
<option value="high">High</option>
</select>
<h3>Date to be finished</h3>
<input type="date" id="dueDateInput">
<h3>Category</h3>
<select id="categoryInput">
<option value="work">Work</option>
<option value="personal">Personal</option>
<option value="shopping">Shopping</option>
<option value="gaming">Gaming</option>
</select>
<button onclick="addTask()">Add</button>
</div>
<ul id="taskList"></ul>
<div class="fot">
© 2024 <a href="https://codemaster.ltd" target="_blank"><strong>Code Master</strong></a>. All rights reserved.
</div>
</div>
<script src="script.js"></script>
</body>
</html>
Open service 2a05:d014:58f:6200::259:443 · master-todo-list.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 1738
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:13:45 GMT
Etag: "7a7ff46856b6359542c303968e26ac1e-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBZP1ZSW28P5DGMF2KXJMR
Connection: close
Page title: Master To-Do List | Code Master
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Master To-Do List | Code Master</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<button id="toggle-theme" class="toggle-theme" onclick="toggleTheme()"></button>
<a href="https://codemaster.ltd" target="_blank"><img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="CodeMaster Logo" class="logo"></a>
<h1>Master To-Do List</h1>
<div class="input-container">
<input type="text" id="taskInput" placeholder="Add a new task...">
<h3>Priority</h3>
<select id="priorityInput">
<option value="low">Low</option>
<option value="medium">Medium</option>
<option value="high">High</option>
</select>
<h3>Date to be finished</h3>
<input type="date" id="dueDateInput">
<h3>Category</h3>
<select id="categoryInput">
<option value="work">Work</option>
<option value="personal">Personal</option>
<option value="shopping">Shopping</option>
<option value="gaming">Gaming</option>
</select>
<button onclick="addTask()">Add</button>
</div>
<ul id="taskList"></ul>
<div class="fot">
© 2024 <a href="https://codemaster.ltd" target="_blank"><strong>Code Master</strong></a>. All rights reserved.
</div>
</div>
<script src="script.js"></script>
</body>
</html>
Open service 35.157.26.135:80 · master-todo-list.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:13:45 GMT Location: https://master-todo-list.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBZPDB4YX5BZMY9QBT2V19 Content-Length: 55 Connection: close Redirecting to https://master-todo-list.codemaster.ltd/
Open service 63.176.8.218:443 · master-todo-list.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 1
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 1738
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:13:45 GMT
Etag: "7a7ff46856b6359542c303968e26ac1e-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBZP8T0X3296YJ105YHEFF
Connection: close
Page title: Master To-Do List | Code Master
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Master To-Do List | Code Master</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<button id="toggle-theme" class="toggle-theme" onclick="toggleTheme()"></button>
<a href="https://codemaster.ltd" target="_blank"><img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="CodeMaster Logo" class="logo"></a>
<h1>Master To-Do List</h1>
<div class="input-container">
<input type="text" id="taskInput" placeholder="Add a new task...">
<h3>Priority</h3>
<select id="priorityInput">
<option value="low">Low</option>
<option value="medium">Medium</option>
<option value="high">High</option>
</select>
<h3>Date to be finished</h3>
<input type="date" id="dueDateInput">
<h3>Category</h3>
<select id="categoryInput">
<option value="work">Work</option>
<option value="personal">Personal</option>
<option value="shopping">Shopping</option>
<option value="gaming">Gaming</option>
</select>
<button onclick="addTask()">Add</button>
</div>
<ul id="taskList"></ul>
<div class="fot">
© 2024 <a href="https://codemaster.ltd" target="_blank"><strong>Code Master</strong></a>. All rights reserved.
</div>
</div>
<script src="script.js"></script>
</body>
</html>
Open service 2a05:d014:58f:6200::259:80 · master-todo-list.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:13:44 GMT Location: https://master-todo-list.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBZNKRC8XS9FG0HPXP7Y5F Content-Length: 55 Connection: close Redirecting to https://master-todo-list.codemaster.ltd/
Open service 63.176.8.218:80 · master-todo-list.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:13:45 GMT Location: https://master-todo-list.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBZP2RBZ5XFNN93QY3GY24 Content-Length: 55 Connection: close Redirecting to https://master-todo-list.codemaster.ltd/
Open service 35.157.26.135:443 · master-todo-list.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 1738
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:13:45 GMT
Etag: "7a7ff46856b6359542c303968e26ac1e-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBZPJDHE1XR0WGNPACGBR1
Connection: close
Page title: Master To-Do List | Code Master
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Master To-Do List | Code Master</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<button id="toggle-theme" class="toggle-theme" onclick="toggleTheme()"></button>
<a href="https://codemaster.ltd" target="_blank"><img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="CodeMaster Logo" class="logo"></a>
<h1>Master To-Do List</h1>
<div class="input-container">
<input type="text" id="taskInput" placeholder="Add a new task...">
<h3>Priority</h3>
<select id="priorityInput">
<option value="low">Low</option>
<option value="medium">Medium</option>
<option value="high">High</option>
</select>
<h3>Date to be finished</h3>
<input type="date" id="dueDateInput">
<h3>Category</h3>
<select id="categoryInput">
<option value="work">Work</option>
<option value="personal">Personal</option>
<option value="shopping">Shopping</option>
<option value="gaming">Gaming</option>
</select>
<button onclick="addTask()">Add</button>
</div>
<ul id="taskList"></ul>
<div class="fot">
© 2024 <a href="https://codemaster.ltd" target="_blank"><strong>Code Master</strong></a>. All rights reserved.
</div>
</div>
<script src="script.js"></script>
</body>
</html>
Open service 2a05:d014:58f:6200::258:80 · master-todo-list.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:13:44 GMT Location: https://master-todo-list.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBZNFKBPKV54MK9FYPSBZG Content-Length: 55 Connection: close Redirecting to https://master-todo-list.codemaster.ltd/
Open service 63.176.8.218:443 · code-master-challenge.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 1
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 2053
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:13:45 GMT
Etag: "18a4a71086c2ff64d1feb6bdf8b3ffcd-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBZPB8F899NZM9G8WYEBVY
Connection: close
Page title: Code Master Challenge | Code Master
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Master Challenge | Code Master</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" type="image/png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="app">
<img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" class="logo">
<h1>Code Master Challenge</h1>
<p id="welcome" class="hidden"></p>
<button id="start-btn" class="hidden">Start Challenge</button>
<div class="quiz hidden">
<h2 id="question"></h2>
<div id="answer-buttons">
<button class="btn"></button>
<button class="btn"></button>
<button class="btn"></button>
<button class="btn"></button>
</div>
<button id="next-btn" class="hidden">Next</button>
</div>
<div id="gift-card" class="hidden">
<p class="congrats">Congratulations! You've won a gift card for <a href="https://www.codemaster.ltd">Code Master's</a> shop!</p>
<div class="card">
<img href="https://www.codemaster.ltd" id="author-img" src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="Code Master" class="logo">
<h3>Code Master Gift Card</h3>
<p id="discount"></p>
<h4 class="code" onclick="copyCode()" id="code">Click To Copy Code!</h4>
</div>
</div>
<div class="fot">© 2024 <a href="https://www.codemaster.ltd">Code Master</a>. All rights reserved.</div>
<div id="version"></div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js"></script>
<script src="script.js"></script>
<script src="version.js" type="module"></script>
</body>
</html>
Open service 35.157.26.135:80 · code-master-challenge.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:13:45 GMT Location: https://code-master-challenge.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBZP4BNTNAF5Y4GP47MYAS Content-Length: 60 Connection: close Redirecting to https://code-master-challenge.codemaster.ltd/
Open service 2a05:d014:58f:6200::259:443 · number-plate-creator.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 2
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 3402
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:13:45 GMT
Etag: "cbb3e6188a93a5d753df7541523fcd82-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBZPBRGP5N260GMV78V0BC
Connection: close
Page title: Home • Number Plate Creator
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
<link href="https://fonts.cdnfonts.com/css/poppins" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/slideShow.css">
<link rel="stylesheet" href="css/btn.css">
<link rel="stylesheet" href="css/styles2.css">
<title>Home • Number Plate Creator</title>
<meta name="twitter:description" content="Create and customize your number plates with ease.">
<meta property="og:description" content="Create and customize your number plates with ease.">
<meta name="description" content="Create and customize your number plates with ease." />
<meta name="keywords" content="GTA V, number plate generator, license plate maker, custom plates, GTA mods, GTA5Mods, LCPDFR, Code Master, Code Master Ltd, number plate creator, vehicle customization, GTA V number plates, carreg, crip developments, plate generator" />
<meta name="author" content="Code Master Ltd." />
<script src="favicon.js"></script>
<script src="noShow.js"></script>
</head>
<div class="bg-slideshow"></div>
<body>
<audio id="loading-music" crossorigin="anonymous" autoplay="true">
<source src="audio/welcometonpc.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>
<div id="loginModal">
<form id="loginForm">
<h2>Login</h2>
<p>Admin login for <a href="https://number-plate-creator.codemaster.ltd/">Number Plate Creator</a>, BETA versions.</p>
<input id="loginUser" type="text" name="Username" placeholder="Username or Email" autocomplete="on">
<input id="loginPass" type="password" name="Password" placeholder="Password" autocomplete="on">
<div id="login-options">
<i class="fa-regular fa-square-check" id="remember-me-icon" title="Remember Me"> Remember Me</i>
</div>
<button id="submitBtn" type="submit">Login</button>
<div id="loginError">Invalid or Unknown credentials.</div>
<p class="para">
<b id="copyright"></b>
</p>
</form>
</div>
<div style="display: none;" id="mainContainer">
<div class="mainBtnPage">
<div class="logobackground">
<img class="logo" src="https://raw.githubusercontent.com/CodeMasterLtd/NumberPlateCreator-Assets/main/img/npc_trans.png" alt="Number Plate Creator Logo">
</div>
<p class="para">Create and customize your number plates with ease.</p>
<button class="btn" id="openCreator">PL4T3 CR34TOR</button>
<button class="btn5" id="visitMusic">MU51C C0N7R0L5</button>
<button class="btn2" id="visitVersions">V3R5I0N H15T0RY</button>
<button class="btn3" id="openWebsite">V15I7 0UR W3BS1T3</button>
<button class="btn4" id="checkout-button">D0N4TE</button>
</div>
</div>
<span style="position:absolute;top:30px;left:20px;font-size:12px;">Version: <span id="indexV"></span></span>
<script src="utils.js"></script>
<script src="popup.js"></script>
<script src="index.js"></script>
<script src="slideShow.js"></script>
<script src="music.js"></script>
</body>
</html>
Open service 63.176.8.218:443 · number-plate-creator.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 1
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 3402
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:13:45 GMT
Etag: "cbb3e6188a93a5d753df7541523fcd82-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBZP46Z7ATKR04NZV8W8AZ
Connection: close
Page title: Home • Number Plate Creator
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
<link href="https://fonts.cdnfonts.com/css/poppins" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/slideShow.css">
<link rel="stylesheet" href="css/btn.css">
<link rel="stylesheet" href="css/styles2.css">
<title>Home • Number Plate Creator</title>
<meta name="twitter:description" content="Create and customize your number plates with ease.">
<meta property="og:description" content="Create and customize your number plates with ease.">
<meta name="description" content="Create and customize your number plates with ease." />
<meta name="keywords" content="GTA V, number plate generator, license plate maker, custom plates, GTA mods, GTA5Mods, LCPDFR, Code Master, Code Master Ltd, number plate creator, vehicle customization, GTA V number plates, carreg, crip developments, plate generator" />
<meta name="author" content="Code Master Ltd." />
<script src="favicon.js"></script>
<script src="noShow.js"></script>
</head>
<div class="bg-slideshow"></div>
<body>
<audio id="loading-music" crossorigin="anonymous" autoplay="true">
<source src="audio/welcometonpc.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>
<div id="loginModal">
<form id="loginForm">
<h2>Login</h2>
<p>Admin login for <a href="https://number-plate-creator.codemaster.ltd/">Number Plate Creator</a>, BETA versions.</p>
<input id="loginUser" type="text" name="Username" placeholder="Username or Email" autocomplete="on">
<input id="loginPass" type="password" name="Password" placeholder="Password" autocomplete="on">
<div id="login-options">
<i class="fa-regular fa-square-check" id="remember-me-icon" title="Remember Me"> Remember Me</i>
</div>
<button id="submitBtn" type="submit">Login</button>
<div id="loginError">Invalid or Unknown credentials.</div>
<p class="para">
<b id="copyright"></b>
</p>
</form>
</div>
<div style="display: none;" id="mainContainer">
<div class="mainBtnPage">
<div class="logobackground">
<img class="logo" src="https://raw.githubusercontent.com/CodeMasterLtd/NumberPlateCreator-Assets/main/img/npc_trans.png" alt="Number Plate Creator Logo">
</div>
<p class="para">Create and customize your number plates with ease.</p>
<button class="btn" id="openCreator">PL4T3 CR34TOR</button>
<button class="btn5" id="visitMusic">MU51C C0N7R0L5</button>
<button class="btn2" id="visitVersions">V3R5I0N H15T0RY</button>
<button class="btn3" id="openWebsite">V15I7 0UR W3BS1T3</button>
<button class="btn4" id="checkout-button">D0N4TE</button>
</div>
</div>
<span style="position:absolute;top:30px;left:20px;font-size:12px;">Version: <span id="indexV"></span></span>
<script src="utils.js"></script>
<script src="popup.js"></script>
<script src="index.js"></script>
<script src="slideShow.js"></script>
<script src="music.js"></script>
</body>
</html>
Open service 2a05:d014:58f:6200::259:80 · number-plate-creator.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:13:45 GMT Location: https://number-plate-creator.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBZP6BB5QASY1WSVHC3H39 Content-Length: 59 Connection: close Redirecting to https://number-plate-creator.codemaster.ltd/
Open service 2a05:d014:58f:6200::258:80 · number-plate-creator.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:13:45 GMT Location: https://number-plate-creator.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBZP5DT7HCW28PFRCVWA3W Content-Length: 59 Connection: close Redirecting to https://number-plate-creator.codemaster.ltd/
Open service 2a05:d014:58f:6200::258:80 · code-master-challenge.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:13:44 GMT Location: https://code-master-challenge.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBZN6CFXMF856WCEVK7FXY Content-Length: 60 Connection: close Redirecting to https://code-master-challenge.codemaster.ltd/
Open service 2a05:d014:58f:6200::258:443 · code-master-challenge.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 2053
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:13:44 GMT
Etag: "18a4a71086c2ff64d1feb6bdf8b3ffcd-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBZNDS0JJBBTGM38162FM9
Connection: close
Page title: Code Master Challenge | Code Master
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Master Challenge | Code Master</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" type="image/png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="app">
<img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" class="logo">
<h1>Code Master Challenge</h1>
<p id="welcome" class="hidden"></p>
<button id="start-btn" class="hidden">Start Challenge</button>
<div class="quiz hidden">
<h2 id="question"></h2>
<div id="answer-buttons">
<button class="btn"></button>
<button class="btn"></button>
<button class="btn"></button>
<button class="btn"></button>
</div>
<button id="next-btn" class="hidden">Next</button>
</div>
<div id="gift-card" class="hidden">
<p class="congrats">Congratulations! You've won a gift card for <a href="https://www.codemaster.ltd">Code Master's</a> shop!</p>
<div class="card">
<img href="https://www.codemaster.ltd" id="author-img" src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="Code Master" class="logo">
<h3>Code Master Gift Card</h3>
<p id="discount"></p>
<h4 class="code" onclick="copyCode()" id="code">Click To Copy Code!</h4>
</div>
</div>
<div class="fot">© 2024 <a href="https://www.codemaster.ltd">Code Master</a>. All rights reserved.</div>
<div id="version"></div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js"></script>
<script src="script.js"></script>
<script src="version.js" type="module"></script>
</body>
</html>
Open service 2a05:d014:58f:6200::259:80 · code-master-challenge.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:13:44 GMT Location: https://code-master-challenge.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBZNCQJFFGVT29JFXSVBR1 Content-Length: 60 Connection: close Redirecting to https://code-master-challenge.codemaster.ltd/
Open service 2a05:d014:58f:6200::259:443 · code-master-challenge.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 2053
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:13:44 GMT
Etag: "18a4a71086c2ff64d1feb6bdf8b3ffcd-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBZN9BPMYAB1PCTBYV4KYT
Connection: close
Page title: Code Master Challenge | Code Master
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Master Challenge | Code Master</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" type="image/png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="app">
<img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" class="logo">
<h1>Code Master Challenge</h1>
<p id="welcome" class="hidden"></p>
<button id="start-btn" class="hidden">Start Challenge</button>
<div class="quiz hidden">
<h2 id="question"></h2>
<div id="answer-buttons">
<button class="btn"></button>
<button class="btn"></button>
<button class="btn"></button>
<button class="btn"></button>
</div>
<button id="next-btn" class="hidden">Next</button>
</div>
<div id="gift-card" class="hidden">
<p class="congrats">Congratulations! You've won a gift card for <a href="https://www.codemaster.ltd">Code Master's</a> shop!</p>
<div class="card">
<img href="https://www.codemaster.ltd" id="author-img" src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="Code Master" class="logo">
<h3>Code Master Gift Card</h3>
<p id="discount"></p>
<h4 class="code" onclick="copyCode()" id="code">Click To Copy Code!</h4>
</div>
</div>
<div class="fot">© 2024 <a href="https://www.codemaster.ltd">Code Master</a>. All rights reserved.</div>
<div id="version"></div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js"></script>
<script src="script.js"></script>
<script src="version.js" type="module"></script>
</body>
</html>
Open service 63.176.8.218:80 · code-master-challenge.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:13:43 GMT Location: https://code-master-challenge.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBZMTGTXJSXXKQFV130T5W Content-Length: 60 Connection: close Redirecting to https://code-master-challenge.codemaster.ltd/
Open service 35.157.26.135:443 · code-master-challenge.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 1
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 2053
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:13:44 GMT
Etag: "18a4a71086c2ff64d1feb6bdf8b3ffcd-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBZN5N5BAV1KBW1ES4WA6V
Connection: close
Page title: Code Master Challenge | Code Master
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Master Challenge | Code Master</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" type="image/png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="app">
<img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" class="logo">
<h1>Code Master Challenge</h1>
<p id="welcome" class="hidden"></p>
<button id="start-btn" class="hidden">Start Challenge</button>
<div class="quiz hidden">
<h2 id="question"></h2>
<div id="answer-buttons">
<button class="btn"></button>
<button class="btn"></button>
<button class="btn"></button>
<button class="btn"></button>
</div>
<button id="next-btn" class="hidden">Next</button>
</div>
<div id="gift-card" class="hidden">
<p class="congrats">Congratulations! You've won a gift card for <a href="https://www.codemaster.ltd">Code Master's</a> shop!</p>
<div class="card">
<img href="https://www.codemaster.ltd" id="author-img" src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="Code Master" class="logo">
<h3>Code Master Gift Card</h3>
<p id="discount"></p>
<h4 class="code" onclick="copyCode()" id="code">Click To Copy Code!</h4>
</div>
</div>
<div class="fot">© 2024 <a href="https://www.codemaster.ltd">Code Master</a>. All rights reserved.</div>
<div id="version"></div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js"></script>
<script src="script.js"></script>
<script src="version.js" type="module"></script>
</body>
</html>
Open service 2a05:d014:58f:6200::258:443 · number-plate-creator.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 3402
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:13:44 GMT
Etag: "cbb3e6188a93a5d753df7541523fcd82-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBZMZD8V5V4FTZRPW4HTA0
Connection: close
Page title: Home • Number Plate Creator
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
<link href="https://fonts.cdnfonts.com/css/poppins" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/slideShow.css">
<link rel="stylesheet" href="css/btn.css">
<link rel="stylesheet" href="css/styles2.css">
<title>Home • Number Plate Creator</title>
<meta name="twitter:description" content="Create and customize your number plates with ease.">
<meta property="og:description" content="Create and customize your number plates with ease.">
<meta name="description" content="Create and customize your number plates with ease." />
<meta name="keywords" content="GTA V, number plate generator, license plate maker, custom plates, GTA mods, GTA5Mods, LCPDFR, Code Master, Code Master Ltd, number plate creator, vehicle customization, GTA V number plates, carreg, crip developments, plate generator" />
<meta name="author" content="Code Master Ltd." />
<script src="favicon.js"></script>
<script src="noShow.js"></script>
</head>
<div class="bg-slideshow"></div>
<body>
<audio id="loading-music" crossorigin="anonymous" autoplay="true">
<source src="audio/welcometonpc.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>
<div id="loginModal">
<form id="loginForm">
<h2>Login</h2>
<p>Admin login for <a href="https://number-plate-creator.codemaster.ltd/">Number Plate Creator</a>, BETA versions.</p>
<input id="loginUser" type="text" name="Username" placeholder="Username or Email" autocomplete="on">
<input id="loginPass" type="password" name="Password" placeholder="Password" autocomplete="on">
<div id="login-options">
<i class="fa-regular fa-square-check" id="remember-me-icon" title="Remember Me"> Remember Me</i>
</div>
<button id="submitBtn" type="submit">Login</button>
<div id="loginError">Invalid or Unknown credentials.</div>
<p class="para">
<b id="copyright"></b>
</p>
</form>
</div>
<div style="display: none;" id="mainContainer">
<div class="mainBtnPage">
<div class="logobackground">
<img class="logo" src="https://raw.githubusercontent.com/CodeMasterLtd/NumberPlateCreator-Assets/main/img/npc_trans.png" alt="Number Plate Creator Logo">
</div>
<p class="para">Create and customize your number plates with ease.</p>
<button class="btn" id="openCreator">PL4T3 CR34TOR</button>
<button class="btn5" id="visitMusic">MU51C C0N7R0L5</button>
<button class="btn2" id="visitVersions">V3R5I0N H15T0RY</button>
<button class="btn3" id="openWebsite">V15I7 0UR W3BS1T3</button>
<button class="btn4" id="checkout-button">D0N4TE</button>
</div>
</div>
<span style="position:absolute;top:30px;left:20px;font-size:12px;">Version: <span id="indexV"></span></span>
<script src="utils.js"></script>
<script src="popup.js"></script>
<script src="index.js"></script>
<script src="slideShow.js"></script>
<script src="music.js"></script>
</body>
</html>
Open service 63.176.8.218:80 · number-plate-creator.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:13:43 GMT Location: https://number-plate-creator.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBZMQSGTNF570C1C350SE1 Content-Length: 59 Connection: close Redirecting to https://number-plate-creator.codemaster.ltd/
Open service 35.157.26.135:443 · number-plate-creator.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 3402
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:13:43 GMT
Etag: "cbb3e6188a93a5d753df7541523fcd82-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBZMVF8EKMQVH6PASHEX1P
Connection: close
Page title: Home • Number Plate Creator
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
<link href="https://fonts.cdnfonts.com/css/poppins" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/slideShow.css">
<link rel="stylesheet" href="css/btn.css">
<link rel="stylesheet" href="css/styles2.css">
<title>Home • Number Plate Creator</title>
<meta name="twitter:description" content="Create and customize your number plates with ease.">
<meta property="og:description" content="Create and customize your number plates with ease.">
<meta name="description" content="Create and customize your number plates with ease." />
<meta name="keywords" content="GTA V, number plate generator, license plate maker, custom plates, GTA mods, GTA5Mods, LCPDFR, Code Master, Code Master Ltd, number plate creator, vehicle customization, GTA V number plates, carreg, crip developments, plate generator" />
<meta name="author" content="Code Master Ltd." />
<script src="favicon.js"></script>
<script src="noShow.js"></script>
</head>
<div class="bg-slideshow"></div>
<body>
<audio id="loading-music" crossorigin="anonymous" autoplay="true">
<source src="audio/welcometonpc.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>
<div id="loginModal">
<form id="loginForm">
<h2>Login</h2>
<p>Admin login for <a href="https://number-plate-creator.codemaster.ltd/">Number Plate Creator</a>, BETA versions.</p>
<input id="loginUser" type="text" name="Username" placeholder="Username or Email" autocomplete="on">
<input id="loginPass" type="password" name="Password" placeholder="Password" autocomplete="on">
<div id="login-options">
<i class="fa-regular fa-square-check" id="remember-me-icon" title="Remember Me"> Remember Me</i>
</div>
<button id="submitBtn" type="submit">Login</button>
<div id="loginError">Invalid or Unknown credentials.</div>
<p class="para">
<b id="copyright"></b>
</p>
</form>
</div>
<div style="display: none;" id="mainContainer">
<div class="mainBtnPage">
<div class="logobackground">
<img class="logo" src="https://raw.githubusercontent.com/CodeMasterLtd/NumberPlateCreator-Assets/main/img/npc_trans.png" alt="Number Plate Creator Logo">
</div>
<p class="para">Create and customize your number plates with ease.</p>
<button class="btn" id="openCreator">PL4T3 CR34TOR</button>
<button class="btn5" id="visitMusic">MU51C C0N7R0L5</button>
<button class="btn2" id="visitVersions">V3R5I0N H15T0RY</button>
<button class="btn3" id="openWebsite">V15I7 0UR W3BS1T3</button>
<button class="btn4" id="checkout-button">D0N4TE</button>
</div>
</div>
<span style="position:absolute;top:30px;left:20px;font-size:12px;">Version: <span id="indexV"></span></span>
<script src="utils.js"></script>
<script src="popup.js"></script>
<script src="index.js"></script>
<script src="slideShow.js"></script>
<script src="music.js"></script>
</body>
</html>
Open service 35.157.26.135:80 · number-plate-creator.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:13:43 GMT Location: https://number-plate-creator.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBZMQME5ECZ5D382CFF5NY Content-Length: 59 Connection: close Redirecting to https://number-plate-creator.codemaster.ltd/
Open service 2a05:d014:58f:6200::259:80 · learn-to-code.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:13:34 GMT Location: https://learn-to-code.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBZB8W1973PZSJ1DC33PWS Content-Length: 52 Connection: close Redirecting to https://learn-to-code.codemaster.ltd/
Open service 2a05:d014:58f:6200::258:443 · learn-to-code.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 3234
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:13:34 GMT
Etag: "9a48eea526d657bb696316fb0522c790-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBZBCVPR1WX8WKR75K1WZ1
Connection: close
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" type="image/png">
<link rel="stylesheet" href="styles.css">
<title id="title"></title>
</head>
<body>
<header>
<img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="CodeMaster Logo" class="logo">
<h1>Learn to Code Game</h1>
<button class="theme-toggle" onclick="toggleTheme()">Toggle Theme</button>
</header>
<div class="container">
<h2>Welcome, Novice Coder!</h2>
<div class="game-area">
<!-- HTML Challenge -->
<div class="challenge">
<h3>HTML Basics</h3>
<p>Create a simple webpage with headings, paragraphs, and a link.</p>
<textarea class="html" id="html-editor" rows="15" cols="89">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello Code Master</title>
</head>
<body>
<img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="CodeMaster Logo">
<h1>Hello, Code Master!</h1>
<p>Learn To Code</p>
<a>Enjoy - Create - Learn - Save</a>
</body>
</html>
</textarea>
<br>
<button class="previewBtn" onclick="checkHTML()">Preview</button>
<button class="save" onclick="saveHTML()">Save HTML</button>
<p id="html-feedback"></p>
</div>
<!-- CSS Challenge -->
<div class="challenge">
<h3>CSS Styling</h3>
<p>Style the webpage to achieve a specific layout and color scheme.</p>
<textarea class="css" id="css-editor" rows="19" cols="89">
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
text-align: center;
padding: 20px;
}
h1 {
color: #333;
margin-bottom: 20px;
}
img {
width: 140px;
height: auto;
margin-top: 20px;
border-radius: 15%;
box-shadow: #000 0 0 20px;
}
</textarea>
<br>
<button class="previewBtn" onclick="checkCSS()">Preview</button>
<button class="save" onclick="saveCSS()">Save CSS</button>
<p id="css-feedback"></p>
</div>
<!-- Preview Area -->
<div id="preview-container" class="preview-container" style="display: none;">
<h3>Preview Area</h3>
<iframe id="preview-frame" class="preview" frameborder="0"></iframe>
</div>
</div>
<p class="author"><a href="http://www.codemaster.ltd/" id="author"></a></p>
<p id="version" class="version"></p>
</div>
<footer>
© 2024 CodeMaster. All rights reserved.
</footer>
<script src="script.js"></script>
</body>
</html>
Open service 35.157.26.135:80 · learn-to-code.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:13:34 GMT Location: https://learn-to-code.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBZB92HY58YM1NXN1GSE6Z Content-Length: 52 Connection: close Redirecting to https://learn-to-code.codemaster.ltd/
Open service 63.176.8.218:443 · learn-to-code.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 3234
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:13:34 GMT
Etag: "9a48eea526d657bb696316fb0522c790-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBZBDAGNJE3D6DNR2C946F
Connection: close
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" type="image/png">
<link rel="stylesheet" href="styles.css">
<title id="title"></title>
</head>
<body>
<header>
<img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="CodeMaster Logo" class="logo">
<h1>Learn to Code Game</h1>
<button class="theme-toggle" onclick="toggleTheme()">Toggle Theme</button>
</header>
<div class="container">
<h2>Welcome, Novice Coder!</h2>
<div class="game-area">
<!-- HTML Challenge -->
<div class="challenge">
<h3>HTML Basics</h3>
<p>Create a simple webpage with headings, paragraphs, and a link.</p>
<textarea class="html" id="html-editor" rows="15" cols="89">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello Code Master</title>
</head>
<body>
<img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="CodeMaster Logo">
<h1>Hello, Code Master!</h1>
<p>Learn To Code</p>
<a>Enjoy - Create - Learn - Save</a>
</body>
</html>
</textarea>
<br>
<button class="previewBtn" onclick="checkHTML()">Preview</button>
<button class="save" onclick="saveHTML()">Save HTML</button>
<p id="html-feedback"></p>
</div>
<!-- CSS Challenge -->
<div class="challenge">
<h3>CSS Styling</h3>
<p>Style the webpage to achieve a specific layout and color scheme.</p>
<textarea class="css" id="css-editor" rows="19" cols="89">
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
text-align: center;
padding: 20px;
}
h1 {
color: #333;
margin-bottom: 20px;
}
img {
width: 140px;
height: auto;
margin-top: 20px;
border-radius: 15%;
box-shadow: #000 0 0 20px;
}
</textarea>
<br>
<button class="previewBtn" onclick="checkCSS()">Preview</button>
<button class="save" onclick="saveCSS()">Save CSS</button>
<p id="css-feedback"></p>
</div>
<!-- Preview Area -->
<div id="preview-container" class="preview-container" style="display: none;">
<h3>Preview Area</h3>
<iframe id="preview-frame" class="preview" frameborder="0"></iframe>
</div>
</div>
<p class="author"><a href="http://www.codemaster.ltd/" id="author"></a></p>
<p id="version" class="version"></p>
</div>
<footer>
© 2024 CodeMaster. All rights reserved.
</footer>
<script src="script.js"></script>
</body>
</html>
Open service 2a05:d014:58f:6200::259:443 · learn-to-code.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 3234
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:13:34 GMT
Etag: "9a48eea526d657bb696316fb0522c790-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBZBFJH629RD6F8TCESFKV
Connection: close
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" type="image/png">
<link rel="stylesheet" href="styles.css">
<title id="title"></title>
</head>
<body>
<header>
<img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="CodeMaster Logo" class="logo">
<h1>Learn to Code Game</h1>
<button class="theme-toggle" onclick="toggleTheme()">Toggle Theme</button>
</header>
<div class="container">
<h2>Welcome, Novice Coder!</h2>
<div class="game-area">
<!-- HTML Challenge -->
<div class="challenge">
<h3>HTML Basics</h3>
<p>Create a simple webpage with headings, paragraphs, and a link.</p>
<textarea class="html" id="html-editor" rows="15" cols="89">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello Code Master</title>
</head>
<body>
<img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="CodeMaster Logo">
<h1>Hello, Code Master!</h1>
<p>Learn To Code</p>
<a>Enjoy - Create - Learn - Save</a>
</body>
</html>
</textarea>
<br>
<button class="previewBtn" onclick="checkHTML()">Preview</button>
<button class="save" onclick="saveHTML()">Save HTML</button>
<p id="html-feedback"></p>
</div>
<!-- CSS Challenge -->
<div class="challenge">
<h3>CSS Styling</h3>
<p>Style the webpage to achieve a specific layout and color scheme.</p>
<textarea class="css" id="css-editor" rows="19" cols="89">
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
text-align: center;
padding: 20px;
}
h1 {
color: #333;
margin-bottom: 20px;
}
img {
width: 140px;
height: auto;
margin-top: 20px;
border-radius: 15%;
box-shadow: #000 0 0 20px;
}
</textarea>
<br>
<button class="previewBtn" onclick="checkCSS()">Preview</button>
<button class="save" onclick="saveCSS()">Save CSS</button>
<p id="css-feedback"></p>
</div>
<!-- Preview Area -->
<div id="preview-container" class="preview-container" style="display: none;">
<h3>Preview Area</h3>
<iframe id="preview-frame" class="preview" frameborder="0"></iframe>
</div>
</div>
<p class="author"><a href="http://www.codemaster.ltd/" id="author"></a></p>
<p id="version" class="version"></p>
</div>
<footer>
© 2024 CodeMaster. All rights reserved.
</footer>
<script src="script.js"></script>
</body>
</html>
Open service 35.157.26.135:443 · learn-to-code.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 3234
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:13:34 GMT
Etag: "9a48eea526d657bb696316fb0522c790-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBZBRRM2JTVG1DXMK5HSQX
Connection: close
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" type="image/png">
<link rel="stylesheet" href="styles.css">
<title id="title"></title>
</head>
<body>
<header>
<img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="CodeMaster Logo" class="logo">
<h1>Learn to Code Game</h1>
<button class="theme-toggle" onclick="toggleTheme()">Toggle Theme</button>
</header>
<div class="container">
<h2>Welcome, Novice Coder!</h2>
<div class="game-area">
<!-- HTML Challenge -->
<div class="challenge">
<h3>HTML Basics</h3>
<p>Create a simple webpage with headings, paragraphs, and a link.</p>
<textarea class="html" id="html-editor" rows="15" cols="89">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello Code Master</title>
</head>
<body>
<img src="https://codemaster.ltd/cdn/shop/files/codemaster_1.jpg?v=1719057471&width=140" alt="CodeMaster Logo">
<h1>Hello, Code Master!</h1>
<p>Learn To Code</p>
<a>Enjoy - Create - Learn - Save</a>
</body>
</html>
</textarea>
<br>
<button class="previewBtn" onclick="checkHTML()">Preview</button>
<button class="save" onclick="saveHTML()">Save HTML</button>
<p id="html-feedback"></p>
</div>
<!-- CSS Challenge -->
<div class="challenge">
<h3>CSS Styling</h3>
<p>Style the webpage to achieve a specific layout and color scheme.</p>
<textarea class="css" id="css-editor" rows="19" cols="89">
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
text-align: center;
padding: 20px;
}
h1 {
color: #333;
margin-bottom: 20px;
}
img {
width: 140px;
height: auto;
margin-top: 20px;
border-radius: 15%;
box-shadow: #000 0 0 20px;
}
</textarea>
<br>
<button class="previewBtn" onclick="checkCSS()">Preview</button>
<button class="save" onclick="saveCSS()">Save CSS</button>
<p id="css-feedback"></p>
</div>
<!-- Preview Area -->
<div id="preview-container" class="preview-container" style="display: none;">
<h3>Preview Area</h3>
<iframe id="preview-frame" class="preview" frameborder="0"></iframe>
</div>
</div>
<p class="author"><a href="http://www.codemaster.ltd/" id="author"></a></p>
<p id="version" class="version"></p>
</div>
<footer>
© 2024 CodeMaster. All rights reserved.
</footer>
<script src="script.js"></script>
</body>
</html>
Open service 63.176.8.218:80 · learn-to-code.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:13:34 GMT Location: https://learn-to-code.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBZB5KR6TNRJHF29EVPZ7R Content-Length: 52 Connection: close Redirecting to https://learn-to-code.codemaster.ltd/
Open service 2a05:d014:58f:6200::258:80 · learn-to-code.codemaster.ltd
2025-12-30 10:13
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:13:34 GMT Location: https://learn-to-code.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBZBS6ZFPACKBXR0SNRXPG Content-Length: 52 Connection: close Redirecting to https://learn-to-code.codemaster.ltd/
Open service 2a05:d014:58f:6200::258:443 · fxmanifest-generator.codemaster.ltd
2025-12-30 10:03
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 5352
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:03:31 GMT
Etag: "102b69b8035fece24c5de8bbec2a1eb0-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBCYB1N2WYJ8F6KGRG4P4M
Connection: close
Page title: VFG - Vehicle Fxmanifest Generator
<!DOCTYPE html>
<html lng="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<link rel="shortcut icon" href="img/vfg.png" type="image/png"><!-- nice try -->
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<script src="script.js"></script>
<title>VFG - Vehicle Fxmanifest Generator</title>
</head>
<body>
<form>
<div class="container" id="container">
<button class="btn" id="toggleBackgroundButton">Toggle Background</button>
<h1>VEHICLE FXMANIFEST GENERATOR</h1>
<div class="input-group">
<label for="author">Manifest Version:</label>
<b>Required</b>
<input type="text" id="fx_version_input" list="fx_version" size="50" placeholder="Choose Manifest Version">
<datalist id="fx_version">
<option value="adamant"></option>
<option value="cerulean"></option>
<option value="bodacious"></option>
</datalist>
</div>
<div class="input-group">
<label for="version">Resource Version:</label>
<b>Not Required</b>
<input type="text" id="version" name="version" placeholder="1.0.0" pattern="^\d+(\.\d+)*$" title="Please enter a valid version number (e.g., 1.0.0)" value="1.0.0">
</div>
<div class="input-group">
<label for="name">Resource Name:</label>
<b>Not Required</b>
<input type="text" id="name" name="name" placeholder="Ford Focus RS" autocomplete="name">
</div>
<div class="input-group">
<label for="description">Resource Description:</label>
<b>Not Required</b>
<input type="text" id="description" name="description" placeholder="Police Pack">
</div>
<div class="input-group">
<label for="author">Resource Author:</label>
<b>Not Required</b>
<input type="text" id="author" name="author" placeholder="Code Master">
</div>
<label>
<h5>
<input class="tickbox" type="checkbox" id="includeVehicleNames" />
<a></a> Add vehicleNames.lua - </a>
<a href="vehiclesNames.html" target="_blank">VEHICLE NAMES GENERATOR</a>
</h5>
</label>
<div id="dataFilesContainer"></div>
<button type="button" onclick="addDataFileEntry()">Add Data Files</button>
<button id="generateButton" type="button" onclick="generateManifest()">Generate Manifest</button>
<div class="generated-manifest">
<div class="parent-container">
<button class="closeButtons" id="closeButton" style="display: none;">❌</button>
</div>
<h2 id="generatedManifestTitle" style="display: none;">Generated Manifest:</h2>
<pre id="generatedManifest" style="display: none;"></pre>
<button id="copyButton" style="display: none;">Copy to Clipboard</button>
<a type="submit" class="btn" onclick="openPopup()" id="downloadButton" style="display: none;">Download Manifest</a>
<div class="popup" id="popup">
<!-- <img src="https://static.vecteezy.com/system/resources/thumbnails/011/858/556/small_2x/green-check-mark-icon-with-circle-tick-box-check-list-circle-frame-checkbox-symbol-sign-png.png">-->
<h3>File Downloading</h3>
<p>Thank you for using Vehicle FXManifest Generator!</p>
<button class="btn" type="button" onclick="closePopup()">OK</button>
</div>
Open service 2a05:d014:58f:6200::258:80 · fxmanifest-generator.codemaster.ltd
2025-12-30 10:03
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:03:30 GMT Location: https://fxmanifest-generator.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBCY5C8VVW0ETFMAP246WF Content-Length: 59 Connection: close Redirecting to https://fxmanifest-generator.codemaster.ltd/
Open service 2a05:d014:58f:6200::259:80 · fxmanifest-generator.codemaster.ltd
2025-12-30 10:03
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:03:30 GMT Location: https://fxmanifest-generator.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBCY6N7EZZVH7QV0VYW3ZQ Content-Length: 59 Connection: close Redirecting to https://fxmanifest-generator.codemaster.ltd/
Open service 63.176.8.218:80 · fxmanifest-generator.codemaster.ltd
2025-12-30 10:03
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:03:30 GMT Location: https://fxmanifest-generator.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBCY2DPA526HTG8V1AQZ29 Content-Length: 59 Connection: close Redirecting to https://fxmanifest-generator.codemaster.ltd/
Open service 35.157.26.135:443 · fxmanifest-generator.codemaster.ltd
2025-12-30 10:03
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 5352
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:03:30 GMT
Etag: "102b69b8035fece24c5de8bbec2a1eb0-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBCY9M7YFHP3SY71MNRQ5D
Connection: close
Page title: VFG - Vehicle Fxmanifest Generator
<!DOCTYPE html>
<html lng="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<link rel="shortcut icon" href="img/vfg.png" type="image/png"><!-- nice try -->
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<script src="script.js"></script>
<title>VFG - Vehicle Fxmanifest Generator</title>
</head>
<body>
<form>
<div class="container" id="container">
<button class="btn" id="toggleBackgroundButton">Toggle Background</button>
<h1>VEHICLE FXMANIFEST GENERATOR</h1>
<div class="input-group">
<label for="author">Manifest Version:</label>
<b>Required</b>
<input type="text" id="fx_version_input" list="fx_version" size="50" placeholder="Choose Manifest Version">
<datalist id="fx_version">
<option value="adamant"></option>
<option value="cerulean"></option>
<option value="bodacious"></option>
</datalist>
</div>
<div class="input-group">
<label for="version">Resource Version:</label>
<b>Not Required</b>
<input type="text" id="version" name="version" placeholder="1.0.0" pattern="^\d+(\.\d+)*$" title="Please enter a valid version number (e.g., 1.0.0)" value="1.0.0">
</div>
<div class="input-group">
<label for="name">Resource Name:</label>
<b>Not Required</b>
<input type="text" id="name" name="name" placeholder="Ford Focus RS" autocomplete="name">
</div>
<div class="input-group">
<label for="description">Resource Description:</label>
<b>Not Required</b>
<input type="text" id="description" name="description" placeholder="Police Pack">
</div>
<div class="input-group">
<label for="author">Resource Author:</label>
<b>Not Required</b>
<input type="text" id="author" name="author" placeholder="Code Master">
</div>
<label>
<h5>
<input class="tickbox" type="checkbox" id="includeVehicleNames" />
<a></a> Add vehicleNames.lua - </a>
<a href="vehiclesNames.html" target="_blank">VEHICLE NAMES GENERATOR</a>
</h5>
</label>
<div id="dataFilesContainer"></div>
<button type="button" onclick="addDataFileEntry()">Add Data Files</button>
<button id="generateButton" type="button" onclick="generateManifest()">Generate Manifest</button>
<div class="generated-manifest">
<div class="parent-container">
<button class="closeButtons" id="closeButton" style="display: none;">❌</button>
</div>
<h2 id="generatedManifestTitle" style="display: none;">Generated Manifest:</h2>
<pre id="generatedManifest" style="display: none;"></pre>
<button id="copyButton" style="display: none;">Copy to Clipboard</button>
<a type="submit" class="btn" onclick="openPopup()" id="downloadButton" style="display: none;">Download Manifest</a>
<div class="popup" id="popup">
<!-- <img src="https://static.vecteezy.com/system/resources/thumbnails/011/858/556/small_2x/green-check-mark-icon-with-circle-tick-box-check-list-circle-frame-checkbox-symbol-sign-png.png">-->
<h3>File Downloading</h3>
<p>Thank you for using Vehicle FXManifest Generator!</p>
<button class="btn" type="button" onclick="closePopup()">OK</button>
</div>
Open service 2a05:d014:58f:6200::259:443 · fxmanifest-generator.codemaster.ltd
2025-12-30 10:03
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 5352
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:03:31 GMT
Etag: "102b69b8035fece24c5de8bbec2a1eb0-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBCYD1R9DMRFRATZ38QDRX
Connection: close
Page title: VFG - Vehicle Fxmanifest Generator
<!DOCTYPE html>
<html lng="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<link rel="shortcut icon" href="img/vfg.png" type="image/png"><!-- nice try -->
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<script src="script.js"></script>
<title>VFG - Vehicle Fxmanifest Generator</title>
</head>
<body>
<form>
<div class="container" id="container">
<button class="btn" id="toggleBackgroundButton">Toggle Background</button>
<h1>VEHICLE FXMANIFEST GENERATOR</h1>
<div class="input-group">
<label for="author">Manifest Version:</label>
<b>Required</b>
<input type="text" id="fx_version_input" list="fx_version" size="50" placeholder="Choose Manifest Version">
<datalist id="fx_version">
<option value="adamant"></option>
<option value="cerulean"></option>
<option value="bodacious"></option>
</datalist>
</div>
<div class="input-group">
<label for="version">Resource Version:</label>
<b>Not Required</b>
<input type="text" id="version" name="version" placeholder="1.0.0" pattern="^\d+(\.\d+)*$" title="Please enter a valid version number (e.g., 1.0.0)" value="1.0.0">
</div>
<div class="input-group">
<label for="name">Resource Name:</label>
<b>Not Required</b>
<input type="text" id="name" name="name" placeholder="Ford Focus RS" autocomplete="name">
</div>
<div class="input-group">
<label for="description">Resource Description:</label>
<b>Not Required</b>
<input type="text" id="description" name="description" placeholder="Police Pack">
</div>
<div class="input-group">
<label for="author">Resource Author:</label>
<b>Not Required</b>
<input type="text" id="author" name="author" placeholder="Code Master">
</div>
<label>
<h5>
<input class="tickbox" type="checkbox" id="includeVehicleNames" />
<a></a> Add vehicleNames.lua - </a>
<a href="vehiclesNames.html" target="_blank">VEHICLE NAMES GENERATOR</a>
</h5>
</label>
<div id="dataFilesContainer"></div>
<button type="button" onclick="addDataFileEntry()">Add Data Files</button>
<button id="generateButton" type="button" onclick="generateManifest()">Generate Manifest</button>
<div class="generated-manifest">
<div class="parent-container">
<button class="closeButtons" id="closeButton" style="display: none;">❌</button>
</div>
<h2 id="generatedManifestTitle" style="display: none;">Generated Manifest:</h2>
<pre id="generatedManifest" style="display: none;"></pre>
<button id="copyButton" style="display: none;">Copy to Clipboard</button>
<a type="submit" class="btn" onclick="openPopup()" id="downloadButton" style="display: none;">Download Manifest</a>
<div class="popup" id="popup">
<!-- <img src="https://static.vecteezy.com/system/resources/thumbnails/011/858/556/small_2x/green-check-mark-icon-with-circle-tick-box-check-list-circle-frame-checkbox-symbol-sign-png.png">-->
<h3>File Downloading</h3>
<p>Thank you for using Vehicle FXManifest Generator!</p>
<button class="btn" type="button" onclick="closePopup()">OK</button>
</div>
Open service 63.176.8.218:443 · fxmanifest-generator.codemaster.ltd
2025-12-30 10:03
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 1
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 5352
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:03:31 GMT
Etag: "102b69b8035fece24c5de8bbec2a1eb0-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBCYBVD7HJMWTDSDVQBRDV
Connection: close
Page title: VFG - Vehicle Fxmanifest Generator
<!DOCTYPE html>
<html lng="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<link rel="shortcut icon" href="img/vfg.png" type="image/png"><!-- nice try -->
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<script src="script.js"></script>
<title>VFG - Vehicle Fxmanifest Generator</title>
</head>
<body>
<form>
<div class="container" id="container">
<button class="btn" id="toggleBackgroundButton">Toggle Background</button>
<h1>VEHICLE FXMANIFEST GENERATOR</h1>
<div class="input-group">
<label for="author">Manifest Version:</label>
<b>Required</b>
<input type="text" id="fx_version_input" list="fx_version" size="50" placeholder="Choose Manifest Version">
<datalist id="fx_version">
<option value="adamant"></option>
<option value="cerulean"></option>
<option value="bodacious"></option>
</datalist>
</div>
<div class="input-group">
<label for="version">Resource Version:</label>
<b>Not Required</b>
<input type="text" id="version" name="version" placeholder="1.0.0" pattern="^\d+(\.\d+)*$" title="Please enter a valid version number (e.g., 1.0.0)" value="1.0.0">
</div>
<div class="input-group">
<label for="name">Resource Name:</label>
<b>Not Required</b>
<input type="text" id="name" name="name" placeholder="Ford Focus RS" autocomplete="name">
</div>
<div class="input-group">
<label for="description">Resource Description:</label>
<b>Not Required</b>
<input type="text" id="description" name="description" placeholder="Police Pack">
</div>
<div class="input-group">
<label for="author">Resource Author:</label>
<b>Not Required</b>
<input type="text" id="author" name="author" placeholder="Code Master">
</div>
<label>
<h5>
<input class="tickbox" type="checkbox" id="includeVehicleNames" />
<a></a> Add vehicleNames.lua - </a>
<a href="vehiclesNames.html" target="_blank">VEHICLE NAMES GENERATOR</a>
</h5>
</label>
<div id="dataFilesContainer"></div>
<button type="button" onclick="addDataFileEntry()">Add Data Files</button>
<button id="generateButton" type="button" onclick="generateManifest()">Generate Manifest</button>
<div class="generated-manifest">
<div class="parent-container">
<button class="closeButtons" id="closeButton" style="display: none;">❌</button>
</div>
<h2 id="generatedManifestTitle" style="display: none;">Generated Manifest:</h2>
<pre id="generatedManifest" style="display: none;"></pre>
<button id="copyButton" style="display: none;">Copy to Clipboard</button>
<a type="submit" class="btn" onclick="openPopup()" id="downloadButton" style="display: none;">Download Manifest</a>
<div class="popup" id="popup">
<!-- <img src="https://static.vecteezy.com/system/resources/thumbnails/011/858/556/small_2x/green-check-mark-icon-with-circle-tick-box-check-list-circle-frame-checkbox-symbol-sign-png.png">-->
<h3>File Downloading</h3>
<p>Thank you for using Vehicle FXManifest Generator!</p>
<button class="btn" type="button" onclick="closePopup()">OK</button>
</div>
Open service 35.157.26.135:80 · fxmanifest-generator.codemaster.ltd
2025-12-30 10:03
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:03:30 GMT Location: https://fxmanifest-generator.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBCY4XKQ8Y1HE1TZKQTSNB Content-Length: 59 Connection: close Redirecting to https://fxmanifest-generator.codemaster.ltd/
Open service 35.157.26.135:80 · personal-finance-tracker.codemaster.ltd
2025-12-30 10:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:02:29 GMT Location: https://personal-finance-tracker.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBB2Q5YEWDXZMN2AJZ5ZNK Content-Length: 63 Connection: close Redirecting to https://personal-finance-tracker.codemaster.ltd/
Open service 2a05:d014:58f:6200::259:443 · personal-finance-tracker.codemaster.ltd
2025-12-30 10:02
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 2540
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:02:29 GMT
Etag: "ae1cda33fd6f9d239efa14638ec36aac-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBB2FK6YY7C66SN0ZHXE3B
Connection: close
Page title: Personal Finance Tracker
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Finance Tracker</title>
<link rel="stylesheet" href="styles-light.css" id="theme-style">
<link rel="shortcut icon" href="img/pft.png" type="image/png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<div class="container">
<header>
<img src="img/logo.jpg" alt="Logo" class="logo">
<h1>Personal Finance Tracker</h1>
<button id="theme-toggle" onclick="toggleTheme()">Toggle Theme</button>
</header>
<div class="entry-form">
<input type="text" id="description" placeholder="Description">
<input type="number" id="amount" placeholder="Amount">
<select id="category">
<option value="Income">Income</option>
<option value="Groceries">Groceries</option>
<option value="Entertainment">Entertainment</option>
<option value="Utilities">Utilities</option>
</select>
<button onclick="addEntry()">Add</button>
</div>
<div class="list" id="list"></div>
<div class="chart-container">
<canvas id="myChart"></canvas>
</div>
<footer>
<p>© 2024 CodeMaster. All rights reserved.</p>
<div class="social-media">
<a href="https://discord.com/invite/nguYr7xD?utm_source=Discord%20Widget&utm_medium=Connect" target="_blank"><i class="fab fa-discord" style="color: rgb(68, 171, 255);"></i></a>
<a href="https://www.facebook.com/profile.php?id=61559501661235" target="_blank"><i class="fab fa-facebook-f" style="color: rgb(0, 140, 255);"></i></a>
<a href="https://www.instagram.com/_code.master/" target="_blank"><i class="fab fa-instagram" style="color: orangered;"></i></a>
<a href="mailto:info@codemaster.ltd" target="_blank"><i class="fa fa-envelope" style="color: rgb(255, 234, 208);"></i></a>
<a href="https://www.youtube.com/@CodeMaster2024" target="_blank"><i class="fab fa-youtube" style="color: red;"></i></a>
</div>
</footer>
<a id="version"></a>
</div>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="script.js"></script>
</body>
</html>
Open service 2a05:d014:58f:6200::258:443 · personal-finance-tracker.codemaster.ltd
2025-12-30 10:02
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 2540
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:02:29 GMT
Etag: "ae1cda33fd6f9d239efa14638ec36aac-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBB2C29JVM3Q7KCDVYW9VT
Connection: close
Page title: Personal Finance Tracker
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Finance Tracker</title>
<link rel="stylesheet" href="styles-light.css" id="theme-style">
<link rel="shortcut icon" href="img/pft.png" type="image/png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<div class="container">
<header>
<img src="img/logo.jpg" alt="Logo" class="logo">
<h1>Personal Finance Tracker</h1>
<button id="theme-toggle" onclick="toggleTheme()">Toggle Theme</button>
</header>
<div class="entry-form">
<input type="text" id="description" placeholder="Description">
<input type="number" id="amount" placeholder="Amount">
<select id="category">
<option value="Income">Income</option>
<option value="Groceries">Groceries</option>
<option value="Entertainment">Entertainment</option>
<option value="Utilities">Utilities</option>
</select>
<button onclick="addEntry()">Add</button>
</div>
<div class="list" id="list"></div>
<div class="chart-container">
<canvas id="myChart"></canvas>
</div>
<footer>
<p>© 2024 CodeMaster. All rights reserved.</p>
<div class="social-media">
<a href="https://discord.com/invite/nguYr7xD?utm_source=Discord%20Widget&utm_medium=Connect" target="_blank"><i class="fab fa-discord" style="color: rgb(68, 171, 255);"></i></a>
<a href="https://www.facebook.com/profile.php?id=61559501661235" target="_blank"><i class="fab fa-facebook-f" style="color: rgb(0, 140, 255);"></i></a>
<a href="https://www.instagram.com/_code.master/" target="_blank"><i class="fab fa-instagram" style="color: orangered;"></i></a>
<a href="mailto:info@codemaster.ltd" target="_blank"><i class="fa fa-envelope" style="color: rgb(255, 234, 208);"></i></a>
<a href="https://www.youtube.com/@CodeMaster2024" target="_blank"><i class="fab fa-youtube" style="color: red;"></i></a>
</div>
</footer>
<a id="version"></a>
</div>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="script.js"></script>
</body>
</html>
Open service 2a05:d014:58f:6200::259:80 · personal-finance-tracker.codemaster.ltd
2025-12-30 10:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:02:29 GMT Location: https://personal-finance-tracker.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBB23YWYT14XDJDM4EN2GX Content-Length: 63 Connection: close Redirecting to https://personal-finance-tracker.codemaster.ltd/
Open service 2a05:d014:58f:6200::258:80 · personal-finance-tracker.codemaster.ltd
2025-12-30 10:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:02:28 GMT Location: https://personal-finance-tracker.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBB1GK04QNBW321B79KCGY Content-Length: 63 Connection: close Redirecting to https://personal-finance-tracker.codemaster.ltd/
Open service 35.157.26.135:443 · personal-finance-tracker.codemaster.ltd
2025-12-30 10:02
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 2540
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:02:29 GMT
Etag: "ae1cda33fd6f9d239efa14638ec36aac-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBB25XXKPZ1A930NES630X
Connection: close
Page title: Personal Finance Tracker
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Finance Tracker</title>
<link rel="stylesheet" href="styles-light.css" id="theme-style">
<link rel="shortcut icon" href="img/pft.png" type="image/png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<div class="container">
<header>
<img src="img/logo.jpg" alt="Logo" class="logo">
<h1>Personal Finance Tracker</h1>
<button id="theme-toggle" onclick="toggleTheme()">Toggle Theme</button>
</header>
<div class="entry-form">
<input type="text" id="description" placeholder="Description">
<input type="number" id="amount" placeholder="Amount">
<select id="category">
<option value="Income">Income</option>
<option value="Groceries">Groceries</option>
<option value="Entertainment">Entertainment</option>
<option value="Utilities">Utilities</option>
</select>
<button onclick="addEntry()">Add</button>
</div>
<div class="list" id="list"></div>
<div class="chart-container">
<canvas id="myChart"></canvas>
</div>
<footer>
<p>© 2024 CodeMaster. All rights reserved.</p>
<div class="social-media">
<a href="https://discord.com/invite/nguYr7xD?utm_source=Discord%20Widget&utm_medium=Connect" target="_blank"><i class="fab fa-discord" style="color: rgb(68, 171, 255);"></i></a>
<a href="https://www.facebook.com/profile.php?id=61559501661235" target="_blank"><i class="fab fa-facebook-f" style="color: rgb(0, 140, 255);"></i></a>
<a href="https://www.instagram.com/_code.master/" target="_blank"><i class="fab fa-instagram" style="color: orangered;"></i></a>
<a href="mailto:info@codemaster.ltd" target="_blank"><i class="fa fa-envelope" style="color: rgb(255, 234, 208);"></i></a>
<a href="https://www.youtube.com/@CodeMaster2024" target="_blank"><i class="fab fa-youtube" style="color: red;"></i></a>
</div>
</footer>
<a id="version"></a>
</div>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="script.js"></script>
</body>
</html>
Open service 63.176.8.218:443 · personal-finance-tracker.codemaster.ltd
2025-12-30 10:02
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 2540
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 10:02:28 GMT
Etag: "ae1cda33fd6f9d239efa14638ec36aac-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQBB1MBR2M44HJN1YR8EC90
Connection: close
Page title: Personal Finance Tracker
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Finance Tracker</title>
<link rel="stylesheet" href="styles-light.css" id="theme-style">
<link rel="shortcut icon" href="img/pft.png" type="image/png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<div class="container">
<header>
<img src="img/logo.jpg" alt="Logo" class="logo">
<h1>Personal Finance Tracker</h1>
<button id="theme-toggle" onclick="toggleTheme()">Toggle Theme</button>
</header>
<div class="entry-form">
<input type="text" id="description" placeholder="Description">
<input type="number" id="amount" placeholder="Amount">
<select id="category">
<option value="Income">Income</option>
<option value="Groceries">Groceries</option>
<option value="Entertainment">Entertainment</option>
<option value="Utilities">Utilities</option>
</select>
<button onclick="addEntry()">Add</button>
</div>
<div class="list" id="list"></div>
<div class="chart-container">
<canvas id="myChart"></canvas>
</div>
<footer>
<p>© 2024 CodeMaster. All rights reserved.</p>
<div class="social-media">
<a href="https://discord.com/invite/nguYr7xD?utm_source=Discord%20Widget&utm_medium=Connect" target="_blank"><i class="fab fa-discord" style="color: rgb(68, 171, 255);"></i></a>
<a href="https://www.facebook.com/profile.php?id=61559501661235" target="_blank"><i class="fab fa-facebook-f" style="color: rgb(0, 140, 255);"></i></a>
<a href="https://www.instagram.com/_code.master/" target="_blank"><i class="fab fa-instagram" style="color: orangered;"></i></a>
<a href="mailto:info@codemaster.ltd" target="_blank"><i class="fa fa-envelope" style="color: rgb(255, 234, 208);"></i></a>
<a href="https://www.youtube.com/@CodeMaster2024" target="_blank"><i class="fab fa-youtube" style="color: red;"></i></a>
</div>
</footer>
<a id="version"></a>
</div>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="script.js"></script>
</body>
</html>
Open service 63.176.8.218:80 · personal-finance-tracker.codemaster.ltd
2025-12-30 10:02
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Tue, 30 Dec 2025 10:02:28 GMT Location: https://personal-finance-tracker.codemaster.ltd/ Server: Netlify X-Nf-Request-Id: 01KDQBB1F79VAD95FAC6TXR1A0 Content-Length: 63 Connection: close Redirecting to https://personal-finance-tracker.codemaster.ltd/
Open service 45.154.183.183:443 · codemaster.ltd
2025-12-30 06:33
HTTP/1.1 403 Forbidden Date: Tue, 30 Dec 2025 06:33:36 GMT Content-Type: text/html Content-Length: 118 Connection: close X-Varnish: 46589232 Age: 0 Via: 1.1 varnish (Varnish/6.3) section-io-cache: Miss section-io-id: 3e5b7653ee079d328ca54b9ffa459571 Page title: 403 Forbidden <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> </body> </html>
Open service 45.154.183.183:443 · codemaster.ltd
2025-12-22 07:43
HTTP/1.1 403 Forbidden Date: Mon, 22 Dec 2025 07:43:01 GMT Content-Type: text/html Content-Length: 118 Connection: close X-Varnish: 23039682 Age: 0 Via: 1.1 varnish (Varnish/6.3) section-io-cache: Miss section-io-id: 4b889f2f0463437fdd06e7d895ae96fb Page title: 403 Forbidden <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> </body> </html>
Open service 45.154.183.183:443 · codemaster.ltd
2025-12-20 08:09
HTTP/1.1 403 Forbidden Date: Sat, 20 Dec 2025 08:09:11 GMT Content-Type: text/html Content-Length: 118 Connection: close X-Varnish: 18703287 Age: 0 Via: 1.1 varnish (Varnish/6.3) section-io-cache: Miss section-io-id: 3d03898d5aafb978f1455852d4fbc357 Page title: 403 Forbidden <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> </body> </html>
codemaster.ltd 3 beta.codemaster.ltd 7 healthmind.codemaster.ltd 7 learn-to-code.codemaster.ltd 11 code-weather.codemaster.ltd 7 cripdevelopments.codemaster.ltd 7 vehicle-names-generator.codemaster.ltd 7 master-todo-list.codemaster.ltd 7 code-master-challenge.codemaster.ltd 7 number-plate-creator.codemaster.ltd 7 fxmanifest-generator.codemaster.ltd 7 personal-finance-tracker.codemaster.ltd 7