forked from EXT/VR180-Web-Player
Add files via upload
This commit is contained in:
19
index.html
Normal file
19
index.html
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||||||
|
<title>VR180 Web Player</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="player-container">
|
||||||
|
<div id="video-info" style="display: none;"><!-- You can put whatever you like in this div. It's only shown when VR is available. -->
|
||||||
|
<video id="vrVideo" controls crossOrigin="anonymous" playsinline webkit-playsinline>
|
||||||
|
<source src="REPLACE_THIS.mp4" type="video/mp4">
|
||||||
|
</video>
|
||||||
|
<button id="enterVrBtn">Enter VR</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script type="module" src="vr180-player.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user