transfer.sh-web/src/download.video.html

53 lines
1.4 KiB
HTML

<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
include "includes/download-head.html"
<body id="download">
<script src="../scripts/vendor/video.js"></script>
include "includes/ga.html"
include "includes/download-navigation.html"
<section id="home">
<div class="wrapper">
include "includes/download-top.html"
<div class="row animated fadeInDown">
<div id="from-terminal" class=" box col-md-8 col-md-offset-2 col-xs-12">
<div class="terminal-top">
</div>
<div id="terminal" class="terminal preview-image">
<video id="video-player"
class="video-js vjs-default-skin"
controls
preload="auto"
data-setup='{}'>
<source src="{{.URL}}" type="{{.ContentType}}"></source>
</video>
</div>
</div>
</div>
<br/>
include "includes/download-delete.html"
<br/>
</div>
</section>
include "includes/download-footer.html"
include "includes/download-js.html"
</body>
</html>