forked from iamanamoebas/karmic-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (18 loc) · 803 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>disruptive karma karmic player</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="flexi-flux webapp">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=no">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div>
<iframe width="1280" height="720" src="https://www.youtube-nocookie.com/embed/videoseries?list=PLjSqW1mSR07uk_PR4hjq_UXyFpA2pEG0s" frameborder="0" allowfullscreen></iframe>
</div>
</body>
</html>