-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0635750
commit 5906d6c
Showing
2 changed files
with
206 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,206 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Bopl Plus</title> | ||
<link rel="icon" type="image/png" href="favicon.png"> | ||
<meta name="description" content="A bopl battle client mod to improve your experience!"> | ||
<meta name="keywords" content="bopl, battle, client, mod, bopl battle, game, tweak, better, performance"> | ||
<meta name="author" content="Melon"> | ||
<meta name="robots" content="index, follow"> | ||
<style> | ||
body { | ||
font-family: Arial, sans-serif; | ||
margin: 0; | ||
padding: 0; | ||
background-color: #444444; | ||
color: #fffb00; | ||
} | ||
.container { | ||
max-width: 960px; | ||
margin: 0 auto; | ||
padding: 20px; | ||
} | ||
header { | ||
text-align: center; | ||
margin: 20px; | ||
} | ||
.headerbar { | ||
text-align: center; | ||
margin: 20px; | ||
background-color: #333; | ||
padding-top: 20px; | ||
padding-bottom: 20px; | ||
margin-top: 20px; | ||
margin-bottom: 20px; | ||
border-radius: 20px; | ||
} | ||
h1 { | ||
font-size: 60px; | ||
color: #009688; | ||
} | ||
p { | ||
font-size: 18px; | ||
line-height: 1.6; | ||
margin-bottom: 20px; | ||
} | ||
.features { | ||
display: flex; | ||
justify-content: space-between; | ||
flex-wrap: wrap; | ||
} | ||
.feature { | ||
width: calc(33.33% - 20px); | ||
background-color: #2e2e2e; | ||
padding: 20px; | ||
box-sizing: border-box; | ||
border-radius: 8px; | ||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); | ||
margin-bottom: 20px; | ||
} | ||
.feature h2 { | ||
font-size: 24px; | ||
margin-bottom: 10px; | ||
color: #009688; | ||
} | ||
.feature p { | ||
font-size: 16px; | ||
line-height: 1.4; | ||
} | ||
.download-btn { | ||
display: inline-block; | ||
padding: 10px 20px; | ||
background-color: #009688; | ||
color: #fff; | ||
text-decoration: none; | ||
border-radius: 5px; | ||
font-size: 18px; | ||
transition: background-color 0.3s; | ||
} | ||
.download-btn:hover { | ||
background-color: #00796b; | ||
} | ||
footer { | ||
text-align: center; | ||
margin-top: 50px; | ||
padding-top: 20px; | ||
border-top: 1px solid #ddd; | ||
position: relative; | ||
bottom: 0; | ||
} | ||
footer p { | ||
font-size: 14px; | ||
color: #ffd900; | ||
} | ||
.mods { | ||
margin-top: 50px; | ||
} | ||
.mod { | ||
margin-bottom: 20px; | ||
padding: 20px; | ||
background-color: #2c2c2c81; | ||
border-radius: 8px; | ||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); | ||
} | ||
.mod h2 { | ||
font-size: 24px; | ||
color: #009688; | ||
margin-bottom: 10px; | ||
} | ||
.mod p { | ||
font-size: 16px; | ||
line-height: 1.4; | ||
} | ||
|
||
::-webkit-scrollbar { | ||
width: 8px; / | ||
} | ||
|
||
::-webkit-scrollbar-track { | ||
background: #f1f1f1; | ||
} | ||
|
||
::-webkit-scrollbar-thumb { | ||
background: #888; | ||
border-radius: 6px; | ||
} | ||
|
||
::-webkit-scrollbar-thumb:hover { | ||
background: #555; | ||
} | ||
|
||
* { | ||
scrollbar-width: thin; | ||
scrollbar-color: #333 #555; | ||
} | ||
|
||
*::-moz-scrollbar-thumb { | ||
background-color: #555; | ||
border-radius: 5px; | ||
} | ||
|
||
*::-moz-scrollbar-thumb:hover { | ||
background-color: #777; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="headerbar"> | ||
<nav> | ||
<a href="#features">Features</a> | ||
<a href="#download">Download</a> | ||
<a href="#discord">Discord</a> | ||
<a href="#mods">Mods</a> | ||
</nav> | ||
</div> | ||
<div class="container"> | ||
<header> | ||
<h1>Bopl Plus</h1> | ||
<p>Built-in mods to improve your bopl experience!</p> | ||
</header> | ||
<section id="features"> | ||
<div class="features"> | ||
<div class="feature"> | ||
<h2>Custom Mods</h2> | ||
<p>Add custom mods to personalize your gameplay.</p> | ||
</div> | ||
<div class="feature"> | ||
<h2>Improved Performance</h2> | ||
<p>Optimized mods for smoother bopling.</p> | ||
</div> | ||
<div class="feature"> | ||
<h2>User-Friendly Interface</h2> | ||
<p>Intuitive interface for easy mod management.</p> | ||
</div> | ||
</div> | ||
</section> | ||
<section id="download"> | ||
<a href="#" class="download-btn">Download Now</a> | ||
</section> | ||
<section id="discord"> | ||
<h2>Join Our Discord Community</h2> | ||
<p>The letter 3!</p> | ||
<a href="#" class="discord-link">Join Discord</a> | ||
</section> | ||
<section id="mods" class="mods"> | ||
<h2>Featured Mods</h2> | ||
<div class="mod"> | ||
<h2>Mod Name 1</h2> | ||
<p>Description of the first featured mod goes here.</p> | ||
</div> | ||
<div class="mod"> | ||
<h2>Mod Name 2</h2> | ||
<p>Description of the second featured mod goes here.</p> | ||
</div> | ||
<div class="mod"> | ||
<h2>Mod Name 3</h2> | ||
<p>Description of the third featured mod goes here.</p> | ||
</div> | ||
</section> | ||
</div> | ||
<footer> | ||
<p>© 2024 Borpl Plus. All rights reserved.</p> | ||
</footer> | ||
</body> | ||
</html> |