forked from u-wave/react-vimeo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 949 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>React-Vimeo example</title>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/css/materialize.min.css">
<style>
.example-container {
max-width: 1280px;
margin: auto;
}
</style>
</head>
<body>
<div class="example-container">
<div class="row">
<div class="col s12">
<h1>@u-wave/react-vimeo example</h1>
<p>
An example Vimeo player using <a href="https://facebook.github.io/react">React</a>
and <a href="https://github.com/u-wave/react-vimeo">@u-wave/react-vimeo</a>.
<a href="https://github.com/u-wave/react-vimeo/tree/master/example">view source</a>
</p>
</div>
</div>
</div>
<div class="example-container" id="example"></div>
<script src="bundle.js"></script>
</body>
</html>