Hello, World

For a moment she wondered how she had happened to wake so early.

Sal
Sal   Follow
  !!!
  <script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.2.1/jquery.js"></script>
	<script src="https://ssl.p.jwpcdn.com/player/v/7.1.4/jwplayer.js"></script>
	<style>
		#container{margin:0 auto; text-align:center;}
    </style>
</head>

<body>
    <div id="container">loading the player...</div>
	<script>
		var thePlayer; 
		jwplayer.key="mOarW75FOvMXku6PpQsxLs/+nRtRXXR/toymVCJdioY=";		
        $(function() {  
            thePlayer = jwplayer('container').setup({ 
			    autostart: true,
                flashplayer: 'jwplayer/jwplayer.flash.swf',  
                file: 'https://4.molinsoft.com/chatImage/2c90eeb66970e7e00169776e90851c43/2021/08/28/202108282c90eeb67b749d06017b8ae26bff7d3f.mp4',  
                width: 480,  
                height: 360,  
				volume: 80
            });                    
        });  
    </script> 
    !!!