Add a subtitled tutorial video

This commit is contained in:
Kai Hendry
2015-10-25 13:05:35 +00:00
parent 57d94be3f8
commit ca9e6cb6e5

View File

@@ -24,11 +24,18 @@
<button class="btn btn-primary btn-lg" id="b" type="submit">Fetch tweets</button> <button class="btn btn-primary btn-lg" id="b" type="submit">Fetch tweets</button>
</form> </form>
<p>Tutorial video:
<video controls preload="none">
<source src='gt-intro.mp4' type='video/mp4'>
<track label="English subtitles" kind="subtitles" srclang="en" src="gt-intro.vtt" default>
</video>
</p>
<footer> <footer>
<p>Please <a href="https://github.com/kaihendry/Greptweet">report issues and contribute on Github</a> :)</p>
<p>Version: <a href=https://github.com/kaihendry/Greptweet/commit/<?php include("version.txt"); ?>> <p>Version: <a href=https://github.com/kaihendry/Greptweet/commit/<?php include("version.txt"); ?>>
<?php include("version.txt"); ?> <?php include("version.txt"); ?>
</a></p> </a></p>
<p><?php echo 'Current PHP version: ' . phpversion();?></p>
</footer> </footer>
</body> </body>