mirror of
https://github.com/mehotkhan/BandersnatchInteractive.git
synced 2025-07-27 17:23:22 +00:00
first commit
This commit is contained in:
commit
08e385231b
8 changed files with 33543 additions and 0 deletions
49
index.html
Normal file
49
index.html
Normal file
|
@ -0,0 +1,49 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>Bandersnatch Interactive</title>
|
||||
<script src="assets/bandersnatch.js"></script>
|
||||
<script src="assets/SegmentMap.js"></script>
|
||||
<script src="assets/scripts.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="assets/styles.css">
|
||||
<link </head> <body onload=onload()>
|
||||
<div>
|
||||
<div id="c">
|
||||
<section role="banner">
|
||||
<div id="file-selector">
|
||||
<div class="file-area">
|
||||
<input id="fileinput" type="file">
|
||||
<div class="file-dummy">
|
||||
<span class="default">Select video file </span>
|
||||
<span class="success">Great, your file is selected</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="wrapper-video">
|
||||
<video id="video" src="">
|
||||
|
||||
</video>
|
||||
<div class="controls">
|
||||
<div id="choiceCaption"></div>
|
||||
<div id="progress"></div>
|
||||
<div class="buttons">
|
||||
<ul id="choices"></ul>
|
||||
<ul id="interactionZones"></ul>
|
||||
<ul id="nextSegments"></ul>
|
||||
<ul id="nextSegment"></ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue