帮我生成逃跑吧少年的html代码
以下是一个简单的逃跑吧少年的HTML代码示例:
<!DOCTYPE html>
<html>
<head>
<title>逃跑吧少年</title>
<style>
body {
background-color: #000;
color: #fff;
font-family: Arial, sans-serif;
}
h1 {
text-align: center;
}
.lyrics {
text-align: center;
font-size: 20px;
margin-top: 50px;
}
.video {
display: flex;
justify-content: center;
margin-top: 30px;
}
.video iframe {
width: 560px;
height: 315px;
}
</style>
</head>
<body>
<h1>逃跑吧少年</h1>
<div class="lyrics">
<p>逃跑吧少年,把青春带走</p>
<p>逃跑吧少年,把梦想带走</p>
<p>逃跑吧少年,把爱情带走</p>
<p>逃跑吧少年,把烦恼带走</p>
</div>
<div class="video">
<iframe src="https://www.youtube.com/embed/sYmMjR6P9ps" frameborder="0" allowfullscreen></iframe>
</div>
</body>
</html>
你可以将上述代码复制到一个新的HTML文件中,并将文件保存为escape.html。然后在浏览器中打开该文件,就可以看到逃跑吧少年的页面。请注意,代码中的视频链接是来自YouTube的一个示例视频,如果你想要添加其他视频,请替换src属性的值为你想要的视频链接
原文地址: https://www.cveoy.top/t/topic/hSvg 著作权归作者所有。请勿转载和采集!