<!DOCTYPE html>
<html lang=”th”>
<head>
<meta charset=”UTF-8″>
<title>คลิปล่าสุดจากช่องของผม</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
background-color: #f0f0f0;
}
.video-container {
margin-top: 50px;
}
iframe {
width: 560px;
height: 315px;
border: none;
border-radius: 12px;
box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
</style>
</head>
<body>
<h1>My Video</h1>
<div class=”video-container”>
<iframe
src=”https://www.youtube.com/embed?listType=user_uploads&list=Itdoylth”
allowfullscreen>
</iframe>
</div>
</body>
</html>