alienhospital/music.html

17 lines
695 B
HTML
Raw Permalink Normal View History

2025-12-23 10:56:17 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Page</title>
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
<style>
.widget {
background-color: #000;
border: 2px hotpink outset;
}
</style>
</head>
<body><div class="widget"><iframe src="https://petrapixel.neocities.org/widgets/lastfm?center=0&marquee=0&font-family=Arial&font-size=16px&color=#fff&username=keegbovo&swapPositions=1&delimiter=~&underline=1 " height="20px" frameborder="0" title="Last.Fm Status" id="ulnkjesus" style="color:#fff;"></iframe></div>
</body>
</html>