Add a stylish "Web hosting by ENGINYRING" badge to your website footer with a single line of code.
Simply add one of the following script tags to your website's footer, right before the closing </body> tag. The badge will appear exactly where you place the script.
<div> or <p> with text-align: center to center it in your footer.
Clean, minimal badge for light backgrounds.
style=v1<script src="https://cdn.enginyring.com/js/pwdby.js?style=v1"></script>
Elegant badge with purple-blue gradient border.
style=v2_blue_border<script src="https://cdn.enginyring.com/js/pwdby.js?style=v2_blue_border"></script>
Eye-catching animated rainbow border effect.
style=v3_rgb<script src="https://cdn.enginyring.com/js/pwdby.js?style=v3_rgb"></script>
Sleek dark badge for dark-themed websites.
style=dark_v1<script src="https://cdn.enginyring.com/js/pwdby.js?style=dark_v1"></script>
Dark background with elegant purple-blue gradient border.
style=dark_blue_border<script src="https://cdn.enginyring.com/js/pwdby.js?style=dark_blue_border"></script>
Animated rainbow border on dark background.
style=dark_rgb<script src="https://cdn.enginyring.com/js/pwdby.js?style=dark_rgb"></script>
Modern frosted glass effect, perfect for colorful backgrounds.
style=glassmorphism<script src="https://cdn.enginyring.com/js/pwdby.js?style=glassmorphism"></script>
Frosted glass with elegant purple-blue gradient border.
style=glassmorphism_blue_border<script src="https://cdn.enginyring.com/js/pwdby.js?style=glassmorphism_blue_border"></script>
Frosted glass effect with animated rainbow border - the ultimate combo.
style=glassmorphism_rgb<script src="https://cdn.enginyring.com/js/pwdby.js?style=glassmorphism_rgb"></script>
Wrap the script in a centered container:
<footer>
<!-- Your footer content -->
<div style="text-align: center; padding: 20px 0;">
<script src="https://cdn.enginyring.com/js/pwdby.js?style=v3_rgb"></script>
</div>
</footer>
<div style="text-align: right; padding: 10px 20px;">
<script src="https://cdn.enginyring.com/js/pwdby.js?style=dark_v1"></script>
</div>
| Style Name | Background | Border | Best For |
|---|---|---|---|
v1 |
Light | None | Clean, minimal websites |
v2_blue_border |
Light | Blue gradient | Modern, professional sites |
v3_rgb |
Light | RGB animated | Gaming, tech, creative sites |
dark_v1 |
Dark | Subtle | Dark-themed websites |
dark_blue_border |
Dark | Blue gradient | Premium dark sites |
dark_rgb |
Dark | RGB animated | Dark gaming/tech sites |
glassmorphism |
Transparent | Subtle | Colorful backgrounds |
glassmorphism_blue_border |
Transparent | Blue gradient | Premium gradient sites |
glassmorphism_rgb |
Transparent | RGB animated | Maximum visual impact |
Contact our support team and we'll create a custom badge that matches your brand perfectly.