forked from spacebar/SplatNet
Add troll page
NOTE: can be deleted without consequences!!
This commit is contained in:
parent
a5a801f3af
commit
2a7d3289d8
2 changed files with 99 additions and 0 deletions
BIN
my/cheating-buddy/BombRapidfire.zip
Normal file
BIN
my/cheating-buddy/BombRapidfire.zip
Normal file
Binary file not shown.
99
my/cheating-buddy/index.html
Normal file
99
my/cheating-buddy/index.html
Normal file
|
|
@ -0,0 +1,99 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<meta property="og:title" content="My Cheating Buddy" />
|
||||
<meta property="og:description" content="THE source for the most powerful thing Splatoons ever seen. Get it now!" />
|
||||
<meta property="og:url" content="https://wompwomp.ink/my/cheating-buddy" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="theme-color" content="#00ff00">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>My Cheating Buddy | Splatoon Codes</title>
|
||||
<style>
|
||||
body {
|
||||
background-color: #121212;
|
||||
color: #ffffff;
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
header {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
font-size: 1.5rem;
|
||||
font-weight: bold;
|
||||
color: #ff00ff;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
.code-container {
|
||||
background: #1e1e1e;
|
||||
padding: 40px;
|
||||
border-radius: 20px;
|
||||
border: 2px solid #00ff00;
|
||||
box-shadow: 0 0 20px rgba(0, 255, 0, 0.2);
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin: 0 0 10px 0;
|
||||
font-size: 1.2rem;
|
||||
color: #aaaaaa;
|
||||
}
|
||||
|
||||
.gecko-code {
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
font-size: 3.5rem;
|
||||
font-weight: bold;
|
||||
margin: 20px 0;
|
||||
letter-spacing: 5px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.download-btn {
|
||||
margin-top: 30px;
|
||||
display: inline-block;
|
||||
padding: 15px 30px;
|
||||
background-color: #00ff00;
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
border-radius: 50px;
|
||||
transition: transform 0.2s, background-color 0.2s;
|
||||
}
|
||||
|
||||
.download-btn:hover {
|
||||
background-color: #00cc00;
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
font-size: 0.8rem;
|
||||
color: #555;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header>My Cheating Buddy</header>
|
||||
|
||||
<div class="code-container">
|
||||
<h2>Bomb Rapidfire</h2>
|
||||
<div class="gecko-code">0E861A00 2C030001</div>
|
||||
<a href="BombRapidfire.zip" class="download-btn" download>
|
||||
Download Graphics Pack
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<footer>Use responsibly. Ensure you are offline to avoid bans.</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in a new issue