forked from gtraxx/tinymce-plugin-youtube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
youtube.html
31 lines (28 loc) · 976 Bytes
/
youtube.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 lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>
YouTube
</title>
<link href="./css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<link href="./css/bootstrap-theme.min.css" rel="stylesheet">
<link href="./css/youtube.css" rel="stylesheet">
<!--[if lt IE 9]>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js">
</script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="row" id="template-container"></div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="./js/vendor/jquery.js"><\/script>')</script>
<script src="./js/vendor/bootstrap.min.js"></script>
<script src="./js/vendor/mustache.js"></script>
<script src="./js/youtube.js"></script>
</body>
</html>