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