forked from diroru/domemod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.12 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>
<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>
<form>open media file:<br><br>
<input type="file" id="the-video-file-field">
<br>
<br>
</form>
<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="glcanvas">
Your browser doesn't appear to support the <code><canvas></code> element.
</canvas>
</body>
</html>