-
Notifications
You must be signed in to change notification settings - Fork 285
/
index.html
46 lines (40 loc) · 1.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>IMA SDK Plugin for Video.js</title>
<link rel="stylesheet" href="stylesheets/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div class="wrapper">
<header>
<h2>videojs-ima</h2>
<p class="view">
<a href="https://github.com/googleads/videojs-ima">
View the Project on GitHub <small>googleads/videojs-ima</small>
</a>
</p>
</header>
<section>
<h1>IMA SDK Plugin for Video.js</h1>
<p><a href="examples/simple/">View the Simple Example</a></p>
<p><a href="examples/advanced/">View the Advanced Example</a></p>
<p><a href="examples/playlist/">View the Playlist Example</a></p>
<p><a href="examples/autoplay/">View the Autoplay Example</a></p>
<p><a href="examples/dai/">View the DAI Example</a></p>
<p>The IMA SDK Plugin for Video.js provides a quick and easy IMA SDK integration for the
Video.js player. The framework is currently in beta, allowing interested developers to try
it out and send feedback before we finalize the APIs and features.
</p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/googleads">googleads</a></p>
<p><small>Hosted on GitHub Pages — Theme by
<a href="https://github.com/orderedlist">orderedlist</a>
</small></p>
</footer>
</div>
</body>
</html>