-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (30 loc) · 1.17 KB
/
index.html
File metadata and controls
33 lines (30 loc) · 1.17 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ImageKit Video Player Examples</title>
<link rel="stylesheet" href="src/style.css" />
</head>
<body>
<div class="container">
<h1>ImageKit Video Player Examples</h1>
<p>Select a feature below to see a live demonstration and its implementation code.</p>
<nav class="example-nav">
<ul>
<li><a href="pages/shoppable.html">Shoppable Video</a></li>
<li><a href="pages/playlist.html">Playlist</a></li>
<li><a href="pages/recommendations.html">Recommendations</a></li>
<li><a href="pages/floating-window.html">Floating Window</a></li>
<li><a href="pages/chapters.html">Chapters</a></li>
<li><a href="pages/subtitles.html">Subtitles</a></li>
<li><a href="pages/seek-thumbnails.html">Seek thumbnails</a></li>
<li><a href="pages/abs.html">ABS</a></li>
<li><a href="pages/logo.html">Logo Button</a></li>
<li><a href="pages/try-it-yourself.html">Try It Yourself</a></li>
</ul>
</nav>
</div>
<script type="module"></script>
</body>
</html>