website/pages/coolmusic.html
2025-03-22 00:32:29 -03:00

36 lines
1.6 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cool music</title>
<meta name="author" content="authen" />
<link rel="icon" href="/images/favicon.png" type="image/x-icon" />
<link href="/css/style.css" rel="stylesheet" type="text/css" media="all" />
<meta content="cool music" property="og:title" />
<meta
content="music that i find cool - authen's site"
property="og:description"
/>
<meta content="/pages/coolmusic" property="og:url" />
<meta content="/images/coolmusic.png" property="og:image" />
<meta name="twitter:card" content="summary_large_image" />
<meta content="#a89984" data-react-helmet="true" name="theme-color" />
</head>
<body>
<div class="flex">
<div class="header">
<marquee>
<div >authen</div>
</marquee>
</div>
<div class="item" style="height: 1900px">
<p>cool music that i like and you should listen to it</p>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/3FWCvzduYZg?si=zIXhfRwd03Y8Uu7s" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div style="order: 2">
<iframe src="/navbar.html" width="100%" height="1900px" style="border: solid var(--blue);" scrolling="no" title="Navigation"></iframe>
</div>
</body>
</html>