-
Notifications
You must be signed in to change notification settings - Fork 65
/
index.html
24 lines (23 loc) · 1.11 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8;">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name = "viewport" content = "user-scalable=no, initial-scale=1.0, maximum-scale=1.0, width=device-width">
<title>Paella Engage Example</title>
<!--- Include this file to support Internet Explorer
<script type="text/javascript" src="javascript/polyfill.min.js"></script>
-->
<script type="text/javascript" src="javascript/jquery.min.js"></script>
<script type="text/javascript" src="javascript/lunr.min.js"></script>
<script type="text/javascript" src="javascript/paella_player_es2015.js"></script>
<!-- Include this file, instead paella_player_es2015, to support Internet Explorer
<script type="text/javascript" src="javascript/paella_player.js"></script>
-->
<link rel="stylesheet" href="resources/bootstrap/css/bootstrap.min.css" type="text/css" media="screen" charset="utf-8">
</head>
<body id="body" onload="paella.lazyLoad('playerContainer',{});">
<div id="playerContainer" style="display:block;width:100%">
</div>
</body>
</html>