-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
36 lines (36 loc) · 1.24 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
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<title>domeviewer beta</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,user-scalable=no">
<link rel="stylesheet" href="./css/domeviewer.css" type="text/css">
<script src="./build/bundle.js" type="text/javascript"></script>
</head>
<body>
<div id="ui">
<h3>domeviewer beta</h3>
<p>project description on <a href="https://github.com/diroru/domemod">github</a></p>
<div id="dropTarget">
<form><strong>drag & drop</strong> / open media file:
<br>
<br>
<input type="file" id="the-video-file-field">
<br>
<br>
</form>
</div>
<br>
<form >enter youtube video id: <a href="https://github.com/diroru/domemod"><strong>help</strong></a><br><br>
<input id="the-youtube-video-field" type="text" value="Y_2OIJ1m0VA">
<input id="the-youtube-video-submit" type="button" value="submit">
<br>
<br>
</form>
</div>
<div id="media-container"></div>
<canvas id="dm-gl-canvas">
Your browser doesn't appear to support the <code><canvas></code> element.
</canvas>
</body>
</html>