Advertisement
Chrishenri

TESTE

May 27th, 2018
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.31 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="pt-br">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Player</title>
  6. <meta name="description" content="A simple HTML5 media player with custom controls and WebVTT captions.">
  7. <meta name="author" content="Sam Potts">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9.  
  10. <!-- Styles -->
  11. <link rel="stylesheet" href="https://cdn.plyr.io/2.0.18/plyr.css">
  12.  
  13. </head>
  14.  
  15. <body>
  16.  <section>
  17.  
  18.  <video poster="http://cosmonerd.com.br/wp-content/uploads/2017/06/A-Grande-Muralha-matt-damon-cosmonerd-capa-post.jpg">
  19.  
  20. <!-- Video files -->
  21. <source src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.mp4" type="video/mp4">
  22.  </video>
  23.  
  24. <!-- Plyr core script -->
  25. <script src="https://cdn.plyr.io/2.0.18/plyr.js">
  26. </script>
  27.  
  28. <!-- Docs script -->
  29. <script src="https://cdn.plyr.io/2.0.18/demo.js">
  30. </script>
  31.  
  32.  
  33. </body>
  34. </html>
  35. Arquivo2.html
  36. Christian Henrique
  37. (christiangalegofsa@gmail.com)
  38. Informações gerais
  39. TipoHTML
  40. Tamanho871 bytes
  41. Local
  42. Modificado17:04 27 de mai
  43. Criado17:04 27 de mai
  44. Aberto por mim17:05 27 de mai
  45. Compartilhamento
  46. Qualquer pessoa com o link
  47. Pode visualizar
  48.  
  49. Christian Henrique
  50. Proprietário
  51. Descrição
  52. Nenhuma descrição
  53. Permissão para download
  54. Os leitores podem fazer o download
  55. Painel de detalhes recolhido.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement