11 lines
250 B
HTML
11 lines
250 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=example.tld width=100% height=307px frameborder="no">
|
|
</iframe>
|
|
</html>
|