Skip to content

Instantly share code, notes, and snippets.

View praneethpj's full-sized avatar
🏠
Working from home

Pubudu Praneeth Jayarathna praneethpj

🏠
Working from home
View GitHub Profile
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.5.0) (access/AccessControl.sol)
pragma solidity ^0.8.0;
import "./IAccessControl.sol";
import "../utils/Context.sol";
import "../utils/Strings.sol";
import "../utils/introspection/ERC165.sol";
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.5.0) (access/AccessControl.sol)
pragma solidity ^0.8.0;
import "./IAccessControl.sol";
import "../utils/Context.sol";
import "../utils/Strings.sol";
import "../utils/introspection/ERC165.sol";
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.5.0) (access/AccessControl.sol)
pragma solidity ^0.8.0;
import "./IAccessControl.sol";
import "../utils/Context.sol";
import "../utils/Strings.sol";
import "../utils/introspection/ERC165.sol";
@praneethpj
praneethpj / index.html
Created February 12, 2023 03:21
VAST-IMA-Player Playground
<div id="videoContainer">
<video
id="mediaElement"
controls
playsinline
poster="https://glomex.github.io/vast-ima-player/big-buck-bunny.png"
preload="none">
<source type="video/mp4" src="https://glomex.github.io/vast-ima-player/big-buck-bunny.mp4"></source>
</video>
<!-- the ad-container needs to be placed above the video container -->