QR code, html5 player

This commit is contained in:
Andrea Spacca
2018-07-01 13:48:56 +02:00
parent 05e6290d00
commit 4fe7a9b29b
15 changed files with 3405 additions and 1352 deletions

View File

@@ -12,7 +12,6 @@ include "includes/head.html"
include "includes/ga.html"
include "includes/navigation.html"
<section id="home">
<div class="wrapper">
@@ -25,20 +24,22 @@ include "includes/head.html"
</div>
<div id="terminal" class="terminal preview-image">
<video controls>
<source src="{{.Url}}" type="{{.ContentType}}">
</video>
<video data-color="#f6f8f8" src="{{.Url}}" type="{{.ContentType}}"></video>
</div>
</div>
</div>
<br/>
<div>
</div>
</section>
include "includes/footer.html"
include "includes/footer.html"
include "includes/js.html"
<!-- build:js /scripts/ckin.js -->
<script src="/scripts/ckin.js"></script>
<!-- endbuild -->
</body>
</html>