FediMusicPlayer/installation/panel.html
2023-04-19 22:33:37 -07:00

11 lines
256 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Music Player</title>
<link rel="stylesheet" href="styles.css">
</head>
<iframe scrolling="no" src=music.example.tld width=100% height=307px frameborder="no">
</iframe>
</html>