mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-21 20:41:06 -05:00
Add a subtitled tutorial video
This commit is contained in:
@@ -24,11 +24,18 @@
|
||||
<button class="btn btn-primary btn-lg" id="b" type="submit">Fetch tweets</button>
|
||||
</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>
|
||||
<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"); ?>>
|
||||
<?php include("version.txt"); ?>
|
||||
</a></p>
|
||||
<p><?php echo 'Current PHP version: ' . phpversion();?></p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user