Netlify
tcp/443 tcp/80
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: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/