-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
31 lines (30 loc) · 1.1 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
28
29
30
31
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SubLink v0.1a (C)dannyarnold.com 2019</title>
<meta name="description" content="Sublink Test">
<meta name="author" content="dannyarnold.com">
<link rel="stylesheet" type="text/css" href="sublink.css">
</head>
<body>
<div class="content">
<div id='_fullscreen'>
<video id="_video" controls="true">
<source src="Addressing the Drama.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
<div id="_titles" class='onScreenTitles'>sublink (c)dannyarnold.com 2019 <a href="https://github.com/pinnet/sublink">github</a></div>
</div>
<div id='_controls'>
<button id="_play_button">Play/Pause</button>
<button id="_stop_button">STOP</button>
<button id="_fullscreen_button">Fullscreen</button>
</div>
<div id="_timestamp">0:0:0:000</div>
<div id="_transcript"></div>
<div id="_reference"></div>
</div>
<script src="sublink.js"></script>
</body>
</html>