Skip to content

Instantly share code, notes, and snippets.

@shahidcodes
Created July 29, 2019 04:26
Show Gist options
  • Save shahidcodes/b8d06762f7d0cf64b0e7f03b7a9e491e to your computer and use it in GitHub Desktop.
Save shahidcodes/b8d06762f7d0cf64b0e7f03b7a9e491e to your computer and use it in GitHub Desktop.
JS Bin twitter-comment // source https://jsbin.com/tovetiv
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="twitter-comment">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<div class="media">
<h2>Media</h2>
<img src="https://techcrunch.com/wp-content/uploads/2015/04/codecode.jpg?w=300&crop=0" alt="">
<video src="https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-1/lesson-2/htmlcss1-vid_brown-bear.mp4" controls>
Video not support please go to
this link manually https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-1/lesson-2/htmlcss1-vid_brown-bear.mp4
</video>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment