45 lines
895 B
HTML
45 lines
895 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<style>
|
|
body {
|
|
width: 300px;
|
|
padding: 15px;
|
|
font-family: Arial, sans-serif;
|
|
color: #333;
|
|
}
|
|
|
|
h2 {
|
|
margin-top: 0;
|
|
color: #1a73e8;
|
|
font-size: 18px;
|
|
}
|
|
|
|
p {
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.footer {
|
|
font-size: 12px;
|
|
color: #666;
|
|
margin-top: 15px;
|
|
border-top: 1px solid #eee;
|
|
padding-top: 10px;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h2>PvPRp Bypass</h2>
|
|
<p>This extension automatically clicks on the download button silently</p>
|
|
<p>No more annoying clicking</p>
|
|
<div class="footer">
|
|
Extension is running in the background. No further action needed.
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|