-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (24 loc) · 1.04 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
25
26
27
<!DOCTYPE html>
<html>
<head>
<title>Belief</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="{{PROJECT_DESCRIPTION}}"/>
<meta name="keywords" content="{{PROJECT_KEYWORDS}}"/>
<meta name="author" content="{{PROJECT_AUTHOR}}"/>
<meta property="og:title" content="{{OG_TITLE}}"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content=""/>
<meta property="og:description" content="{{OG_DESCRIPTION}}"/>
<meta property="og:image" content="{{OG_IMAGE}}"/>
<script type="text/javascript" src="Player/js/libs/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="Player/js/libs/lazyload.js"></script>
<script type="text/javascript" src="Player/js/klynt.js"></script>
</head>
<body>
<div id="player-container" class="player-container">
<div id="player" class="player"></div>
</div>
</body>
</html>