ParticipativeAfterMovie/index.html

17 lines
386 B
HTML
Raw Normal View History

2022-02-25 16:40:14 +01:00
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Media recorder example</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<video autoplay></video>
<script src="index.js"></script>
</body>
</html>