andrews/parrot2.html

38 lines
1.5 KiB
HTML

<html>
<head>
<title>Parrots</title>
<link rel="icon" href="/A-300.png"><!-- BEGIN NETLIFY SHEEP3 CODE -->
<link rel="stylesheet" type="text/css" href="/sheep/3.css" />
<script src="/sheep/3.js" charset="utf-8"></script>
<!-- END NETLIFY SHEEP3 CODE -->
<link href="https://comic-sans-webfont.netlify.app/stylesheet.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/mediaelement@6.0.0/standalone.js"></script>
<link rel="stylesheet" href="/w3css/w3.css">
<link href="https://vjs.zencdn.net/8.0.4/video-js.css" rel="stylesheet" />
<link
href="https://unpkg.com/@videojs/themes@1/dist/city/index.css"
rel="stylesheet"
/>
<style>
.gaming {
font-family: 'Comic Sans MS';
font-weight: normal;
font-style: normal;
}
</style>
</head>
<body>
<video class="video-js vjs-theme-city" controls id="my-video">
<source src="/parrots.mp4" type="video/mp4" />
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a
web browser that
<a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
</p>
</video><br><br><br><h1 class="gaming w3-display-left">Parrots</h1><br><h4 class="gaming w3-display-bottomleft">Parrots Video</h4><br><br><img class="w3-display-topright" src="https://iili.io/HEI3vUX.webp"><h3 class="gaming w3-display-bottomright">Scarlet Macaw</h3>
<script src="https://vjs.zencdn.net/8.0.4/video.min.js"></script>
</body>
</html>