Last active
January 23, 2024 19:08
-
-
Save prosantamazumder/a5e4433bebc2dd5f2a784ab60a59e281 to your computer and use it in GitHub Desktop.
Add some Content on body footer
This file contains hidden or 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
$("body").append( | |
"<a href='https://themeforest.net/checkout/from_item/36367959?license=regular&support=bundle_6month&_ga=2.253043593.1220166448.1645934757-918236941.1644836235' target='_blank' class='buy-now-btn'><img src='assets/images/envato.png' alt='envato'/>Buy Now</a>" | |
); | |
$("body").append("<div class='switch-box'><label id='switch' class='switch'><input type='checkbox' onchange='toggleTheme()' id='slider'><span class='slider round'></span></label></div>"); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment