Skip to content

Instantly share code, notes, and snippets.

@sakshamgurung
Created February 7, 2022 14:58
Show Gist options
  • Save sakshamgurung/7df1c6b302946c4ec09e8e70260bda3a to your computer and use it in GitHub Desktop.
Save sakshamgurung/7df1c6b302946c4ec09e8e70260bda3a to your computer and use it in GitHub Desktop.
<!-- ./public/cats.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cat Paws</title>
</head>
<body>
<h1 style="text-align: center;">Cat-videos</h1>
<div style="display: flex; justify-content: center;">
<video width="640" height="480" controls>
<!-- 'watch' will be replaced later by the server -->
<source src="watch/cat-test-video" type="video/mp4">
</video>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment