Skip to content

Latest commit

 

History

History
executable file
·
29 lines (19 loc) · 471 Bytes

README.md

File metadata and controls

executable file
·
29 lines (19 loc) · 471 Bytes

SideAd Advertisement

Side banner advertisement component, that expands on mouseover.

Author: Gabriel Castro

How to use

You can use this in your site, adapt the source code and replace the images. The example is in index.html

  • Add the script of SideAd in your html page:
<script src="./src/index.js"></script>
  • Initialize the component:
<script>
    window.onload = function(){
        SideAd.init();
    }
</script>

License

MIT