Untitled

 avatar
unknown
html
a year ago
943 B
13
Indexable
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="description" content="Sleep Token band landing page" />
    <link rel="shortcut icon" href="./assets/world-icon.png" type="image/png" />
    <link rel="stylesheet" href="style.css" />
    <title>Sleep Token</title>
  </head>
  <body>
    <header>
      <img src="./assets/logo.png" alt="Sleep Token logo" class="logo" />
    </header>
    <section id="hero">
      <img src="./assets/world-icon.png" alt="World icon" />
      <p>The new album</p>
      <h1>Take me back to eden</h1>
      <p>Out now</p>
      <a href="#null">Buy now</a>
      <div class="social">
        <a href="#null"><img src="./assets/spotify.png" alt="Spotify logo"></a>
        <a href="#null"><img src="./assets/apple-music.png" alt="Apple music logo"></a>
      </div>
    </section>
  </body>
</html>
Leave a Comment