Skip to content

Commit

Permalink
Revert "make css path absolute and add discord server link"
Browse files Browse the repository at this point in the history
This reverts commit ceed32a.
  • Loading branch information
Aadi Bajpai authored and aadibajpai committed Jan 28, 2020
1 parent ceed32a commit 9526c1b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions swaglyrics_backend/templates/hello.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel = "stylesheet" type = "text/css" href = "/static/style.css">
<link rel = "stylesheet" type = "text/css" href = "{{url_for('static', filename='style.css')}}">
<link rel='shortcut icon' type='image/x-icon' href='/static/favicon.ico'/>
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
Expand All @@ -19,9 +19,8 @@ <h2><a href="https://api.swaglyrics.dev">SwagLyrics Backend</a></h2>
<a href="https://github.com/SwagLyrics/SwagLyrics-For-Spotify/labels/unsupported%20song" target="_blank" rel="noopener">GitHub Issues</a>
for these songs for rapid iteration and review.<br>
The backend also checks these songs with the Spotify API and confirms the validity of data it is provided.<br>
Explore the backend on
<a href="https://swaglyrics.dev/swaglyrics-backend" target="_blank" rel="noopener">GitHub</a>
or join our <a href="https://discord.gg/DSUZGK4" target="_blank" rel="noopener">Discord server</a>!
Click the link to explore the backend on
<a href="https://swaglyrics.dev/swaglyrics-backend" target="_blank" rel="noopener">GitHub</a>!
</p>
</div>
<h3>Proudly sponsored by <a href="https://pythonanywhere.com" target="_blank" rel="noopener">PythonAnywhere</a>.</h3>
Expand Down

0 comments on commit 9526c1b

Please sign in to comment.