blob: a2106ba21526736b8412930171daad4ed916f3e9 (
plain)
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
47
48
49
50
|
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta charset="utf-8">
<meta http-equiv="cache-control" content="no-cache" />
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/assets/css/reset.css" />
<link rel="stylesheet" href="/assets/css/application.css" />
<link rel="stylesheet" href="/assets/css/sample-editor.css" />
</head>
<body>
<div role="main">
<div id="samples">
<div class="edit-sample js-edit-sample">
<div class="progress-bar">
<div class="clip-line js-clip-line js-start-position">
<div class="drag-handle js-drag-handle"></div>
</div>
<div class="clip-line js-clip-line js-end-position">
<div class="drag-handle js-drag-handle"></div>
</div>
</div>
<div>
<input type="text" class="js-keyboard-key" placeholder="a" />
</div>
</div>
</div>
<div class="video">
<iframe src="http://cdn.embedly.com/widgets/media.html?schema=youtube&type=text%2Fhtml&html=http://www.youtube.com/embed/q3wHLCW4hbg" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen id="single-video-lets-see-if-we-can-get-this-to-work"></iframe>
</div>
</div>
<script src="/assets/js/libs/jquery-2.0.3.min.js"></script>
<script src="/assets/js/libs/jquery-ui-1.10.3.custom.min.js"></script>
<script src='/js/utils.js'></script>
<script src='/js/player.js'></script>
<script src="/assets/js/sample-editor.js"></script>
<script src="/assets/js/app.js"></script>
</body>
</html>
|