Netlify
tcp/443 tcp/80
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb96772acf
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true [remote "origin"] url = https://github.com/firaun2020/megaboost.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main
Open service 2a05:d014:58f:6200::258:80 · www.megaboost.no
2026-01-11 00:16
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 11 Jan 2026 00:16:38 GMT Location: https://www.megaboost.no/ Server: Netlify X-Nf-Request-Id: 01KEN6JYQ1XA0GA7H31D8KJ7BH Content-Length: 40 Connection: close Redirecting to https://www.megaboost.no/
Open service 2a05:d014:58f:6200::259:80 · www.megaboost.no
2026-01-11 00:16
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 11 Jan 2026 00:16:38 GMT Location: https://www.megaboost.no/ Server: Netlify X-Nf-Request-Id: 01KEN6JYSC1TJBAS9SY4K2GAKM Content-Length: 40 Connection: close Redirecting to https://www.megaboost.no/
Open service 2a05:d014:58f:6200::258:443 · www.megaboost.no
2026-01-11 00:16
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 11 Jan 2026 00:16:29 GMT Location: https://megaboost.no/ Server: Netlify Strict-Transport-Security: max-age=31536000 X-Nf-Request-Id: 01KEN6JPK0NHF7HNXBXYJ1NSC4 Content-Length: 36 Connection: close Redirecting to https://megaboost.no/
Open service 75.2.60.5:443 · megaboost.no
2026-01-11 00:16
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: 15379
Content-Type: text/html; charset=UTF-8
Date: Sun, 11 Jan 2026 00:16:29 GMT
Etag: "2278071f3d3d6f85b4c9643bf5288e5c-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KEN6JPN7KAHGE34VS5V0YXD2
Connection: close
Page title: MEGABOOST Meme Coin
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MEGABOOST Meme Coin</title>
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@600&family=Sora&display=swap" rel="stylesheet" />
<style>
body {
margin: 0;
font-family: 'Sora', sans-serif;
background: linear-gradient(180deg, #000000 0%, #0c0022 100%);
color: white;
overflow-x: hidden;
}
header {
position: sticky;
top: 0;
background: rgba(0, 0, 0, 0.85);
display: flex;
justify-content: center;
gap: 2rem;
padding: 1rem;
z-index: 10;
font-family: 'Orbitron', sans-serif;
flex-wrap: wrap;
}
header a {
color: #00f0ff;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}
section {
min-height: 100vh;
padding: 3rem 2rem;
text-align: center;
}
#home {
background: url('https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExY2RyNXZzZ255dmQxbm84MDByYzA1cGloMjdnOXJ2Zms5cmp1bTA2byZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/TxVVB6PfWMjE4/giphy.gif') repeat;
padding-top: 2rem;
}
h1 {
font-size: 4rem;
font-family: 'Orbitron', sans-serif;
color: #FF007F;
margin-bottom: 1rem;
}
h2 {
font-size: 2rem;
font-family: 'Orbitron', sans-serif;
color: #FF007F;
}
.tagline {
font-size: 1.5rem;
margin-top: 1rem;
margin-bottom: 1.5rem;
}
.btn {
background: #FF007F;
color: white;
border: none;
padding: 1rem 2rem;
margin: 1rem;
border-radius: 50px;
font-weight: bold;
cursor: pointer;
transition: transform 0.3s;
text-transform: uppercase;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
}
.btn:hover {
transform: scale(1.1);
}
/* Logo wrapper (play button hidden) */
.logo-wrap {
position: relative;
display: block;
width: fit-content;
margin: 0 auto;
}
.logo-play {
display: none;
}
/* Modal (kept but unused) */
.modal {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
}
.modal-content {
position: relative;
background: black;
padding: 0;
border-radius: 12px;
width: 90%;
max-width: 600px;
}
.modal .player {
width: 100%;
height: 340px;
border: none;
border-radius: 12px;
overflow: hidden;
}
.close-btn {
position: absolute;
top: -15px;
right: -15px;
background: red;
color: white;
border: none;
border-radius: 50%;
width: 35px;
height: 35px;
cursor: pointer;
font-weight: bold;
font-size: 1rem;
}
.x-logo {
width: 22px;
height: 22px;
display: inline-block;
}
.funny-img {
width: 400px;
margin: 0 auto;
display: block;
border-radius: 50%;
}
.token-container {
display: flex;
justify-content: center;
margin: 2rem auto;
}
.token-box {
background: linear-gradient(90deg, #00f0ff, #ff007f);
padding: 1rem 2rem;
border-radius: 30px;
font-weight: bold;
font-size: 1.1rem;
letter-spacing: 1px;
color: black;
box-shadow: 0 0 10px #ff007f;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
}
.token-box span {
font-family: 'Courier New', monospace;
background: #000;
padding: 0.3rem 0.2rem;
border-radius: 20px;
color: #00f0ff;
word-break: break-word;
}
.copy-btn {
background: #000;
color: #00f0ff;
border: 2px solid #00f0ff;
Open service 63.176.8.218:80 · www.megaboost.no
2026-01-11 00:16
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 11 Jan 2026 00:16:38 GMT Location: https://www.megaboost.no/ Server: Netlify X-Nf-Request-Id: 01KEN6JZ9X75HTHMW1E8XMVG06 Content-Length: 40 Connection: close Redirecting to https://www.megaboost.no/
Open service 63.176.8.218:443 · www.megaboost.no
2026-01-11 00:16
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 11 Jan 2026 00:16:30 GMT Location: https://megaboost.no/ Server: Netlify Strict-Transport-Security: max-age=31536000 X-Nf-Request-Id: 01KEN6JPTQX7WKHWDVCG9140BG Content-Length: 36 Connection: close Redirecting to https://megaboost.no/
Open service 75.2.60.5:80 · megaboost.no
2026-01-11 00:16
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 11 Jan 2026 00:16:37 GMT Location: https://megaboost.no/ Server: Netlify X-Nf-Request-Id: 01KEN6JXSFXBS7PBKT3BTN16H4 Content-Length: 36 Connection: close Redirecting to https://megaboost.no/
Open service 35.157.26.135:80 · www.megaboost.no
2026-01-11 00:16
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 11 Jan 2026 00:16:37 GMT Location: https://www.megaboost.no/ Server: Netlify X-Nf-Request-Id: 01KEN6JXRS9J15FYPQ41DZ61JJ Content-Length: 40 Connection: close Redirecting to https://www.megaboost.no/
Open service 2a05:d014:58f:6200::259:443 · www.megaboost.no
2026-01-11 00:16
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 11 Jan 2026 00:16:29 GMT Location: https://megaboost.no/ Server: Netlify Strict-Transport-Security: max-age=31536000 X-Nf-Request-Id: 01KEN6JP59NXZ32PT60TFMHC6C Content-Length: 36 Connection: close Redirecting to https://megaboost.no/
Open service 35.157.26.135:443 · www.megaboost.no
2026-01-11 00:16
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Sun, 11 Jan 2026 00:16:29 GMT Location: https://megaboost.no/ Server: Netlify Strict-Transport-Security: max-age=31536000 X-Nf-Request-Id: 01KEN6JNZXET2X7CJX6PBG5PES Content-Length: 36 Connection: close Redirecting to https://megaboost.no/
Open service 75.2.60.5:443 · megaboost.no
2026-01-09 18:16
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: 15379
Content-Type: text/html; charset=UTF-8
Date: Fri, 09 Jan 2026 18:16:31 GMT
Etag: "2278071f3d3d6f85b4c9643bf5288e5c-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KEHZJVXGB4PRJMJGM2BMQGAR
Connection: close
Page title: MEGABOOST Meme Coin
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MEGABOOST Meme Coin</title>
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@600&family=Sora&display=swap" rel="stylesheet" />
<style>
body {
margin: 0;
font-family: 'Sora', sans-serif;
background: linear-gradient(180deg, #000000 0%, #0c0022 100%);
color: white;
overflow-x: hidden;
}
header {
position: sticky;
top: 0;
background: rgba(0, 0, 0, 0.85);
display: flex;
justify-content: center;
gap: 2rem;
padding: 1rem;
z-index: 10;
font-family: 'Orbitron', sans-serif;
flex-wrap: wrap;
}
header a {
color: #00f0ff;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}
section {
min-height: 100vh;
padding: 3rem 2rem;
text-align: center;
}
#home {
background: url('https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExY2RyNXZzZ255dmQxbm84MDByYzA1cGloMjdnOXJ2Zms5cmp1bTA2byZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/TxVVB6PfWMjE4/giphy.gif') repeat;
padding-top: 2rem;
}
h1 {
font-size: 4rem;
font-family: 'Orbitron', sans-serif;
color: #FF007F;
margin-bottom: 1rem;
}
h2 {
font-size: 2rem;
font-family: 'Orbitron', sans-serif;
color: #FF007F;
}
.tagline {
font-size: 1.5rem;
margin-top: 1rem;
margin-bottom: 1.5rem;
}
.btn {
background: #FF007F;
color: white;
border: none;
padding: 1rem 2rem;
margin: 1rem;
border-radius: 50px;
font-weight: bold;
cursor: pointer;
transition: transform 0.3s;
text-transform: uppercase;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
}
.btn:hover {
transform: scale(1.1);
}
/* Logo wrapper (play button hidden) */
.logo-wrap {
position: relative;
display: block;
width: fit-content;
margin: 0 auto;
}
.logo-play {
display: none;
}
/* Modal (kept but unused) */
.modal {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
}
.modal-content {
position: relative;
background: black;
padding: 0;
border-radius: 12px;
width: 90%;
max-width: 600px;
}
.modal .player {
width: 100%;
height: 340px;
border: none;
border-radius: 12px;
overflow: hidden;
}
.close-btn {
position: absolute;
top: -15px;
right: -15px;
background: red;
color: white;
border: none;
border-radius: 50%;
width: 35px;
height: 35px;
cursor: pointer;
font-weight: bold;
font-size: 1rem;
}
.x-logo {
width: 22px;
height: 22px;
display: inline-block;
}
.funny-img {
width: 400px;
margin: 0 auto;
display: block;
border-radius: 50%;
}
.token-container {
display: flex;
justify-content: center;
margin: 2rem auto;
}
.token-box {
background: linear-gradient(90deg, #00f0ff, #ff007f);
padding: 1rem 2rem;
border-radius: 30px;
font-weight: bold;
font-size: 1.1rem;
letter-spacing: 1px;
color: black;
box-shadow: 0 0 10px #ff007f;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
}
.token-box span {
font-family: 'Courier New', monospace;
background: #000;
padding: 0.3rem 0.2rem;
border-radius: 20px;
color: #00f0ff;
word-break: break-word;
}
.copy-btn {
background: #000;
color: #00f0ff;
border: 2px solid #00f0ff;
Open service 75.2.60.5:443 · megaboost.no
2026-01-02 22:17
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: 15379
Content-Type: text/html; charset=UTF-8
Date: Fri, 02 Jan 2026 22:17:12 GMT
Etag: "2278071f3d3d6f85b4c9643bf5288e5c-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KE0CJGQTHD5VJHVS5D60GMY8
Connection: close
Page title: MEGABOOST Meme Coin
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MEGABOOST Meme Coin</title>
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@600&family=Sora&display=swap" rel="stylesheet" />
<style>
body {
margin: 0;
font-family: 'Sora', sans-serif;
background: linear-gradient(180deg, #000000 0%, #0c0022 100%);
color: white;
overflow-x: hidden;
}
header {
position: sticky;
top: 0;
background: rgba(0, 0, 0, 0.85);
display: flex;
justify-content: center;
gap: 2rem;
padding: 1rem;
z-index: 10;
font-family: 'Orbitron', sans-serif;
flex-wrap: wrap;
}
header a {
color: #00f0ff;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}
section {
min-height: 100vh;
padding: 3rem 2rem;
text-align: center;
}
#home {
background: url('https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExY2RyNXZzZ255dmQxbm84MDByYzA1cGloMjdnOXJ2Zms5cmp1bTA2byZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/TxVVB6PfWMjE4/giphy.gif') repeat;
padding-top: 2rem;
}
h1 {
font-size: 4rem;
font-family: 'Orbitron', sans-serif;
color: #FF007F;
margin-bottom: 1rem;
}
h2 {
font-size: 2rem;
font-family: 'Orbitron', sans-serif;
color: #FF007F;
}
.tagline {
font-size: 1.5rem;
margin-top: 1rem;
margin-bottom: 1.5rem;
}
.btn {
background: #FF007F;
color: white;
border: none;
padding: 1rem 2rem;
margin: 1rem;
border-radius: 50px;
font-weight: bold;
cursor: pointer;
transition: transform 0.3s;
text-transform: uppercase;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
}
.btn:hover {
transform: scale(1.1);
}
/* Logo wrapper (play button hidden) */
.logo-wrap {
position: relative;
display: block;
width: fit-content;
margin: 0 auto;
}
.logo-play {
display: none;
}
/* Modal (kept but unused) */
.modal {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
}
.modal-content {
position: relative;
background: black;
padding: 0;
border-radius: 12px;
width: 90%;
max-width: 600px;
}
.modal .player {
width: 100%;
height: 340px;
border: none;
border-radius: 12px;
overflow: hidden;
}
.close-btn {
position: absolute;
top: -15px;
right: -15px;
background: red;
color: white;
border: none;
border-radius: 50%;
width: 35px;
height: 35px;
cursor: pointer;
font-weight: bold;
font-size: 1rem;
}
.x-logo {
width: 22px;
height: 22px;
display: inline-block;
}
.funny-img {
width: 400px;
margin: 0 auto;
display: block;
border-radius: 50%;
}
.token-container {
display: flex;
justify-content: center;
margin: 2rem auto;
}
.token-box {
background: linear-gradient(90deg, #00f0ff, #ff007f);
padding: 1rem 2rem;
border-radius: 30px;
font-weight: bold;
font-size: 1.1rem;
letter-spacing: 1px;
color: black;
box-shadow: 0 0 10px #ff007f;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
}
.token-box span {
font-family: 'Courier New', monospace;
background: #000;
padding: 0.3rem 0.2rem;
border-radius: 20px;
color: #00f0ff;
word-break: break-word;
}
.copy-btn {
background: #000;
color: #00f0ff;
border: 2px solid #00f0ff;
Open service 2a05:d014:58f:6200::259:80 · www.megaboost.no
2026-01-02 21:43
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Fri, 02 Jan 2026 21:43:33 GMT Location: https://www.megaboost.no/ Server: Netlify X-Nf-Request-Id: 01KE0AMWVV1QG5253J0AVTDR9D Content-Length: 40 Connection: close Redirecting to https://www.megaboost.no/
Open service 75.2.60.5:80 · megaboost.no
2026-01-02 21:43
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Fri, 02 Jan 2026 21:43:32 GMT Location: https://megaboost.no/ Server: Netlify X-Nf-Request-Id: 01KE0AMVY5AJDSWA77EAN4VPGS Content-Length: 36 Connection: close Redirecting to https://megaboost.no/
Open service 2a05:d014:58f:6200::258:443 · www.megaboost.no
2026-01-02 21:43
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Fri, 02 Jan 2026 21:43:32 GMT Location: https://megaboost.no/ Server: Netlify Strict-Transport-Security: max-age=31536000 X-Nf-Request-Id: 01KE0AMVTFZCBJ06220N4YRKD5 Content-Length: 36 Connection: close Redirecting to https://megaboost.no/
Open service 2a05:d014:58f:6200::259:443 · www.megaboost.no
2026-01-02 21:43
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Fri, 02 Jan 2026 21:43:31 GMT Location: https://megaboost.no/ Server: Netlify Strict-Transport-Security: max-age=31536000 X-Nf-Request-Id: 01KE0AMVN0HZV01C87XM3K1WYK Content-Length: 36 Connection: close Redirecting to https://megaboost.no/
Open service 2a05:d014:58f:6200::258:80 · www.megaboost.no
2026-01-02 21:43
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Fri, 02 Jan 2026 21:43:32 GMT Location: https://www.megaboost.no/ Server: Netlify X-Nf-Request-Id: 01KE0AMVXED0X8T0ATFBFKRR4C Content-Length: 40 Connection: close Redirecting to https://www.megaboost.no/
Open service 75.2.60.5:443 · megaboost.no
2026-01-02 21:43
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: 15379
Content-Type: text/html; charset=UTF-8
Date: Fri, 02 Jan 2026 21:43:31 GMT
Etag: "2278071f3d3d6f85b4c9643bf5288e5c-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KE0AMVD4PFEVA1H7TMS1G7SP
Connection: close
Page title: MEGABOOST Meme Coin
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MEGABOOST Meme Coin</title>
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@600&family=Sora&display=swap" rel="stylesheet" />
<style>
body {
margin: 0;
font-family: 'Sora', sans-serif;
background: linear-gradient(180deg, #000000 0%, #0c0022 100%);
color: white;
overflow-x: hidden;
}
header {
position: sticky;
top: 0;
background: rgba(0, 0, 0, 0.85);
display: flex;
justify-content: center;
gap: 2rem;
padding: 1rem;
z-index: 10;
font-family: 'Orbitron', sans-serif;
flex-wrap: wrap;
}
header a {
color: #00f0ff;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}
section {
min-height: 100vh;
padding: 3rem 2rem;
text-align: center;
}
#home {
background: url('https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExY2RyNXZzZ255dmQxbm84MDByYzA1cGloMjdnOXJ2Zms5cmp1bTA2byZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/TxVVB6PfWMjE4/giphy.gif') repeat;
padding-top: 2rem;
}
h1 {
font-size: 4rem;
font-family: 'Orbitron', sans-serif;
color: #FF007F;
margin-bottom: 1rem;
}
h2 {
font-size: 2rem;
font-family: 'Orbitron', sans-serif;
color: #FF007F;
}
.tagline {
font-size: 1.5rem;
margin-top: 1rem;
margin-bottom: 1.5rem;
}
.btn {
background: #FF007F;
color: white;
border: none;
padding: 1rem 2rem;
margin: 1rem;
border-radius: 50px;
font-weight: bold;
cursor: pointer;
transition: transform 0.3s;
text-transform: uppercase;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
}
.btn:hover {
transform: scale(1.1);
}
/* Logo wrapper (play button hidden) */
.logo-wrap {
position: relative;
display: block;
width: fit-content;
margin: 0 auto;
}
.logo-play {
display: none;
}
/* Modal (kept but unused) */
.modal {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
}
.modal-content {
position: relative;
background: black;
padding: 0;
border-radius: 12px;
width: 90%;
max-width: 600px;
}
.modal .player {
width: 100%;
height: 340px;
border: none;
border-radius: 12px;
overflow: hidden;
}
.close-btn {
position: absolute;
top: -15px;
right: -15px;
background: red;
color: white;
border: none;
border-radius: 50%;
width: 35px;
height: 35px;
cursor: pointer;
font-weight: bold;
font-size: 1rem;
}
.x-logo {
width: 22px;
height: 22px;
display: inline-block;
}
.funny-img {
width: 400px;
margin: 0 auto;
display: block;
border-radius: 50%;
}
.token-container {
display: flex;
justify-content: center;
margin: 2rem auto;
}
.token-box {
background: linear-gradient(90deg, #00f0ff, #ff007f);
padding: 1rem 2rem;
border-radius: 30px;
font-weight: bold;
font-size: 1.1rem;
letter-spacing: 1px;
color: black;
box-shadow: 0 0 10px #ff007f;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
}
.token-box span {
font-family: 'Courier New', monospace;
background: #000;
padding: 0.3rem 0.2rem;
border-radius: 20px;
color: #00f0ff;
word-break: break-word;
}
.copy-btn {
background: #000;
color: #00f0ff;
border: 2px solid #00f0ff;
Open service 75.2.60.5:443 · megaboost.no
2025-12-22 18:40
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: 15379
Content-Type: text/html; charset=UTF-8
Date: Mon, 22 Dec 2025 18:40:23 GMT
Etag: "71426b70df978f712f2f6e191a830558-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KD3NSMCDN3K1FYHSF9T95WB6
Connection: close
Page title: MEGABOOST Meme Coin
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MEGABOOST Meme Coin</title>
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@600&family=Sora&display=swap" rel="stylesheet" />
<style>
body {
margin: 0;
font-family: 'Sora', sans-serif;
background: linear-gradient(180deg, #000000 0%, #0c0022 100%);
color: white;
overflow-x: hidden;
}
header {
position: sticky;
top: 0;
background: rgba(0, 0, 0, 0.85);
display: flex;
justify-content: center;
gap: 2rem;
padding: 1rem;
z-index: 10;
font-family: 'Orbitron', sans-serif;
flex-wrap: wrap;
}
header a {
color: #00f0ff;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}
section {
min-height: 100vh;
padding: 3rem 2rem;
text-align: center;
}
#home {
background: url('https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExY2RyNXZzZ255dmQxbm84MDByYzA1cGloMjdnOXJ2Zms5cmp1bTA2byZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/TxVVB6PfWMjE4/giphy.gif') repeat;
padding-top: 2rem;
}
h1 {
font-size: 4rem;
font-family: 'Orbitron', sans-serif;
color: #FF007F;
margin-bottom: 1rem;
}
h2 {
font-size: 2rem;
font-family: 'Orbitron', sans-serif;
color: #FF007F;
}
.tagline {
font-size: 1.5rem;
margin-top: 1rem;
margin-bottom: 1.5rem;
}
.btn {
background: #FF007F;
color: white;
border: none;
padding: 1rem 2rem;
margin: 1rem;
border-radius: 50px;
font-weight: bold;
cursor: pointer;
transition: transform 0.3s;
text-transform: uppercase;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
}
.btn:hover {
transform: scale(1.1);
}
/* Logo wrapper (play button hidden) */
.logo-wrap {
position: relative;
display: block;
width: fit-content;
margin: 0 auto;
}
.logo-play {
display: none;
}
/* Modal (kept but unused) */
.modal {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
}
.modal-content {
position: relative;
background: black;
padding: 0;
border-radius: 12px;
width: 90%;
max-width: 600px;
}
.modal .player {
width: 100%;
height: 340px;
border: none;
border-radius: 12px;
overflow: hidden;
}
.close-btn {
position: absolute;
top: -15px;
right: -15px;
background: red;
color: white;
border: none;
border-radius: 50%;
width: 35px;
height: 35px;
cursor: pointer;
font-weight: bold;
font-size: 1rem;
}
.x-logo {
width: 22px;
height: 22px;
display: inline-block;
}
.funny-img {
width: 400px;
margin: 0 auto;
display: block;
border-radius: 50%;
}
.token-container {
display: flex;
justify-content: center;
margin: 2rem auto;
}
.token-box {
background: linear-gradient(90deg, #00f0ff, #ff007f);
padding: 1rem 2rem;
border-radius: 30px;
font-weight: bold;
font-size: 1.1rem;
letter-spacing: 1px;
color: black;
box-shadow: 0 0 10px #ff007f;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
}
.token-box span {
font-family: 'Courier New', monospace;
background: #000;
padding: 0.3rem 0.2rem;
border-radius: 20px;
color: #00f0ff;
word-break: break-word;
}
.copy-btn {
background: #000;
color: #00f0ff;
border: 2px solid #00f0ff;
Open service 75.2.60.5:443 · megaboost.no
2025-12-20 18:44
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: 15379
Content-Type: text/html; charset=UTF-8
Date: Sat, 20 Dec 2025 18:44:26 GMT
Etag: "71426b70df978f712f2f6e191a830558-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KCYH7JVMYR1BMMRA3RCCJZ3F
Connection: close
Page title: MEGABOOST Meme Coin
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MEGABOOST Meme Coin</title>
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@600&family=Sora&display=swap" rel="stylesheet" />
<style>
body {
margin: 0;
font-family: 'Sora', sans-serif;
background: linear-gradient(180deg, #000000 0%, #0c0022 100%);
color: white;
overflow-x: hidden;
}
header {
position: sticky;
top: 0;
background: rgba(0, 0, 0, 0.85);
display: flex;
justify-content: center;
gap: 2rem;
padding: 1rem;
z-index: 10;
font-family: 'Orbitron', sans-serif;
flex-wrap: wrap;
}
header a {
color: #00f0ff;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}
section {
min-height: 100vh;
padding: 3rem 2rem;
text-align: center;
}
#home {
background: url('https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExY2RyNXZzZ255dmQxbm84MDByYzA1cGloMjdnOXJ2Zms5cmp1bTA2byZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/TxVVB6PfWMjE4/giphy.gif') repeat;
padding-top: 2rem;
}
h1 {
font-size: 4rem;
font-family: 'Orbitron', sans-serif;
color: #FF007F;
margin-bottom: 1rem;
}
h2 {
font-size: 2rem;
font-family: 'Orbitron', sans-serif;
color: #FF007F;
}
.tagline {
font-size: 1.5rem;
margin-top: 1rem;
margin-bottom: 1.5rem;
}
.btn {
background: #FF007F;
color: white;
border: none;
padding: 1rem 2rem;
margin: 1rem;
border-radius: 50px;
font-weight: bold;
cursor: pointer;
transition: transform 0.3s;
text-transform: uppercase;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
}
.btn:hover {
transform: scale(1.1);
}
/* Logo wrapper (play button hidden) */
.logo-wrap {
position: relative;
display: block;
width: fit-content;
margin: 0 auto;
}
.logo-play {
display: none;
}
/* Modal (kept but unused) */
.modal {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
}
.modal-content {
position: relative;
background: black;
padding: 0;
border-radius: 12px;
width: 90%;
max-width: 600px;
}
.modal .player {
width: 100%;
height: 340px;
border: none;
border-radius: 12px;
overflow: hidden;
}
.close-btn {
position: absolute;
top: -15px;
right: -15px;
background: red;
color: white;
border: none;
border-radius: 50%;
width: 35px;
height: 35px;
cursor: pointer;
font-weight: bold;
font-size: 1rem;
}
.x-logo {
width: 22px;
height: 22px;
display: inline-block;
}
.funny-img {
width: 400px;
margin: 0 auto;
display: block;
border-radius: 50%;
}
.token-container {
display: flex;
justify-content: center;
margin: 2rem auto;
}
.token-box {
background: linear-gradient(90deg, #00f0ff, #ff007f);
padding: 1rem 2rem;
border-radius: 30px;
font-weight: bold;
font-size: 1.1rem;
letter-spacing: 1px;
color: black;
box-shadow: 0 0 10px #ff007f;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 1rem;
}
.token-box span {
font-family: 'Courier New', monospace;
background: #000;
padding: 0.3rem 0.2rem;
border-radius: 20px;
color: #00f0ff;
word-break: break-word;
}
.copy-btn {
background: #000;
color: #00f0ff;
border: 2px solid #00f0ff;