Skip to content

Instantly share code, notes, and snippets.

@profstein
profstein / index.html
Created November 28, 2024 05:40
Show a video using the video element
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Video Element Example</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>