CINXE.COM
<!DOCTYPE html> <html> <head> <style type="text/css"> html, body { background-color: rgba(0, 0, 0, 0); background-image: linear-gradient(black, rgb(31, 34, 34)); color: white; font-family: Amazon Ember; font-size: 15px; line-height: 20px; height: 100%; } #container { width: 448px; height: 100%; margin: 0 auto !important; text-align: center; position: relative; } #content { position: absolute; top: 50%; transform: translateY(-50%); } .amazonMusicLogo { height: 48px; margin: 0 auto; } .heading { font-weight: bold; font-size: 20px; font-family: Amazon Ember Medium; } .title { margin-top: 32px; margin-bottom: 16px; } .message a { color: #1AD2FB; } .button { display:inline-block; background-color: rgba(26, 210, 251, 0.75); color: black; border: 2px solid transparent; box-shadow: none; padding: 6px 16px; text-decoration: none; font-size: 14px; line-height: 20px; border-collapse: separate; border-spacing: 2px; pointer-events: auto; cursor: pointer; outline: none; border-radius: 300px; } </style> <title></title> </head> <body> <div id="container"> <div id="content"> <!-- We cannot have EJS escape our urls --> <img class="amazonMusicLogo" src="https://m.media-amazon.com/images/G/01/music-tv/music_logo.png"> <h2 class="heading title">Your browser is not supported </h2> <p class="message">For the best experience accessing Amazon Music we recommend using the latest version of <a href="https://www.mozilla.org/firefox" rel="noreferrer">Firefox</a>, <a href="https://www.google.com/chrome/" rel="noreferrer">Chrome</a>, <a href="https://support.apple.com/downloads/#safari" rel="noreferrer">Safari</a> or <a href="https://www.microsoft.com/en-us/windows/microsoft-edge" rel="noreferrer">Edge</a>.</p> <p class="title">Download the desktop app</p> <a class="button" href="https://amazon.com/gp/dmusic/desktop/downloadPlayer"> Download </a> </div> </div> </body> </html>