Initial commit
This commit is contained in:
commit
208e773d65
62 changed files with 4545 additions and 0 deletions
25
public/dynamic/spotify-history.ejs
Normal file
25
public/dynamic/spotify-history.ejs
Normal file
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>FP650 - YCS - History</title>
|
||||
<link href="https://firepup650.repl.co/ejsstyle.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="icon" type="image/x-icon" href="https://firepup650.repl.co/favicon.ico">
|
||||
<link href="https://bouncecss.bookie0.repl.co/bounce.css" rel="stylesheet" type="text/css" />
|
||||
<!--><script async src="https://api.countapi.xyz/hit/firepup650.repl.co/visits"></script></!-->
|
||||
<!--><script async src="https://api.countapi.xyz/hit/firepup650.repl.co/YCSP"></script></!-->
|
||||
</head>
|
||||
<body class=center>
|
||||
<h3 class=rainbow>Youngchief's Spotify History:</h3>
|
||||
<% if (typeof err == 'undefined') { %>
|
||||
<p class=rainbow>Status: OK</p>
|
||||
<p class=rainbow>History (isrcs): <%= isrc %></p>
|
||||
<p class=rainbow>History (Song Names): <%= name %></p>
|
||||
<% } else { %>
|
||||
<p class=rainbow>Status: ERROR</p>
|
||||
<p class=rainbow>Error Origin: <%= end %></p>
|
||||
<p class=rainbow>Error: <%= err %></p>
|
||||
<% } %>
|
||||
<p class=rainbow>Raw data: <%= raw %></p>
|
||||
<script src="https://firepup650.repl.co/footer.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue