-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 726 Bytes
/
Copy pathindex.html
File metadata and controls
18 lines (18 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>streaming.pode</title>
<link rel="icon" href="favicon.png" type="image/x-icon">
</head>
<body style="background-color:#0f0f0f;">
<div style="text-align:center;color:#e8e8e8;font-family:monospace;">
<h1 style="margin:auto;margin-top:20px;margin-bottom:40px;">streaming.pode</h1>
<div style="aspect-ratio:16 / 9;width:75%;margin:auto;"><video id="video_player" controls style="width:100%;height:100%;"></video></div>
<div id="episode_list"></div>
<script src="Resources/streaming.js"></script>
<br/>
</div>
</body>
</html>