forked from polimediaupv/paella
-
Notifications
You must be signed in to change notification settings - Fork 1
/
example.html
23 lines (22 loc) · 1.15 KB
/
example.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8;">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Paella Engage Example</title>
<script type="text/javascript" src="javascript/swfobject.js"></script>
<script type="text/javascript" src="javascript/base.js"></script>
<script type="text/javascript" src="javascript/jquery.js"></script>
<script type="text/javascript" src="javascript/require.js"></script>
<script type="text/javascript" src="javascript/traceur-runtime.min.js"></script>
<script type="text/javascript" src="javascript/paella_player.js"></script>
<script type="text/javascript" src="resources/bootstrap/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="resources/style/style.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="resources/bootstrap/css/bootstrap.slate.min.css" type="text/css" media="screen" charset="utf-8">
<script type="text/javascript" src="example.js"></script>
</head>
<body id="body" onload="loadPaella('playerContainer');">
<div id="playerContainer" style="display:block;width:100%">
</div>
</body>
</html>