OwlCyberSecurity - MANAGER
Edit File: index.html
<html> <head> <title>IMA HTML5 Simple Demo</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div id="mainContainer"> <div id="content"> <video id="contentElement"> <source src="http://rmcdn.2mdn.net/Demo/vast_inspector/android.mp4"></source> <source src="http://rmcdn.2mdn.net/Demo/vast_inspector/android.webm"></source> </video> </div> <div id="adContainer"></div> </div> <button id="playButton">Play</button> <script type="text/javascript" src="//imasdk.googleapis.com/js/sdkloader/ima3.js"></script> <script type="text/javascript" src="ads.js"></script> </body> </html>