FediMusicPlayer/panel.html

11 lines
256 B
HTML
Raw Normal View History

2023-04-17 20:54:28 -07:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Music Player</title>
<link rel="stylesheet" href="styles.css">
</head>
2023-04-17 22:14:04 -07:00
<iframe scrolling="no" src=music.example.tld width=100% height=307px frameborder="no">
2023-04-17 20:54:28 -07:00
</iframe>
</html>