examples.html
<!doctype html>
<html lang="en">
<head>
<title>Examples • Brivembed</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/brivembed.min.css">
<link rel="stylesheet" type="text/css" href="css/fontawesome.min.css">
<style>
body {
padding: 2em;
}
h1 {
text-align: center;
}
</style>
</head>
<body>
<h1>Examples • Brivembed</h1>
<h2>Exemple with YouTube</h2>
<div class="brivembed" data-provider="youtube" data-code="IU0q-RXET8c"></div>
<h2>Example with Dailymotion</h2>
<div class="brivembed" data-provider="dailymotion" data-code="x2khcmq"></div>
<h2>Example with CodePen</h2>
<div class="brivembed" data-provider="codepen" data-user="BreatFR" data-code="bGbxNm"></div>
<h2>Example with Github Pages</h2>
<div class="brivembed" data-fullscreen="1" data-provider="githubpages" data-src="https://androdawton.github.io/stellaris-tech-tree/cetus-4.3.2/"></div>
<script src="js/brivembed.min.js"></script>
</body>
</html>