mirror of
https://github.com/NohamR/AM-Exporter.git
synced 2026-05-24 19:58:34 +00:00
50 lines
1.5 KiB
HTML
50 lines
1.5 KiB
HTML
<html lang="pt-br">
|
|
|
|
<head>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="style.css">
|
|
<title>Music Player</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="boxes">
|
|
<div id="player" class="player horizontal">
|
|
<div class="wrapper">
|
|
|
|
<div class="info-wrapper">
|
|
|
|
<img src="https://is1-ssl.mzstatic.com/image/thumb/Music116/v4/94/05/6d/94056dc6-ba11-0c4f-fb1d-ee586224445c/4a754a5f-724e-4400-a78f-06747b604d47.jpg/100x100bb.jpg"
|
|
alt="LogoMusicImage">
|
|
|
|
<div class="info">
|
|
<h1>Tired of a Bewildered Heart</h1>
|
|
<p>Elijah Lee & Casiio</p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="track-time">
|
|
<div class="track"></div>
|
|
<div class="time">
|
|
<div class="total-time">2:12</div>
|
|
<div class="last-time">00:50</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
</body>
|
|
|
|
</html> |