You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
916 B
HTML
36 lines
916 B
HTML
<html><head><title>Educational Bitcoin videos</title></head>
|
|
<body>
|
|
<h1>
|
|
Bitcoin educational videos
|
|
</h1>
|
|
|
|
<p>
|
|
<video width="1280" height="720" controls>
|
|
<source src="00-intro.mp4" type="video/mp4">
|
|
<track default src="00-intro.vtt" kind="captions" srclang="en" label="English">
|
|
</video>
|
|
</p>
|
|
|
|
<p>
|
|
<video width="1280" height="720" controls>
|
|
<source src="01-analogies.mp4" type="video/mp4">
|
|
<track default src="01-analogies.vtt" kind="captions" srclang="en" label="English">
|
|
</video>
|
|
</p>
|
|
|
|
<p>
|
|
<video width="1280" height="720" controls>
|
|
<source src="02-principles.mp4" type="video/mp4">
|
|
<track default src="02-principles.vtt" kind="captions" srclang="en" label="English">
|
|
</video>
|
|
</p>
|
|
|
|
<p>
|
|
<video width="1280" height="720" controls>
|
|
<source src="03-faq.mp4" type="video/mp4">
|
|
<track default src="03-faq.vtt" kind="captions" srclang="en" label="English">
|
|
</video>
|
|
</p>
|
|
</body>
|
|
</html>
|