Skip to content

Commit

Permalink
Merge pull request #48 from supermandee/dev
Browse files Browse the repository at this point in the history
fix: no access html wording
  • Loading branch information
supermandee authored Dec 15, 2024
2 parents 8ded25d + 72e332e commit 2141bf9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions templates/no_access.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Access Denied</title>
<title>Limited Access</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
Expand Down Expand Up @@ -32,6 +32,10 @@
line-height: 1.6;
margin: 0;
}
.bold {
font-weight: 600;
color: #333;
}
a {
color: #1db954;
text-decoration: none;
Expand All @@ -43,8 +47,8 @@
</head>
<body>
<div class="container">
<h1>Access Denied</h1>
<p>Sorry, you do not have access to the app. Please send me your Spotify associated email to <a href="mailto:keqing.hong@yahoo.com">keqing.hong@yahoo.com</a> so I can add you the app.</p>
<h1>Limited Access</h1>
<p>Due to Spotify's extension requirements, this app is currently limited to 25 users. If you'd like access, please send your <span class="bold">full name</span> and <span class="bold">Spotify email</span> to <a href="mailto:keqing.hong@yahoo.com">keqing.hong@yahoo.com</a>.</p>
</div>
</body>
</html>

0 comments on commit 2141bf9

Please sign in to comment.