> |
|
<html lang="pt-br"> |
|
|
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="-width, initial-scale=1.0"> |
|
<meta http-equiv="X-UA-Compatible" content="ie=edge"> |
|
<title>JLPlayer - Reprodutor de vídeostitle> |
|
|
|
|
|
<link rel="stylesheet" href="jlplayer.css"> |
|
|
|
<style> |
|
*, *::before, *::after{margin: 0; padding: 0;} |
|
.video-container{width: 500px;} |
|
style> |
|
|
|
head> |
|
|
|
<body> |
|
|
|
<form class="video-container" action="" method="GET"> |
|
|
|
|
|
<video preload="none" class="jlplayer-video"> |
|
<source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4"> |
|
|
|
video> |
|
|
|
form> |
|
|
|
|
|
<script src="jlplayer.js" async>script> |
|
|
|
body> |
|
|
|
html> |