firepup-site/public/dynamic/spotify-history.ejs

29 lines
1.1 KiB
Text
Raw Permalink Normal View History

2023-10-01 23:39:12 +00:00
<!DOCTYPE html>
<html>
<head>
<title>FP650 - YCS - History</title>
2024-04-27 02:56:26 +00:00
<link href="/style.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link href="/styles/bounce.css" rel="stylesheet" type="text/css" />
2023-10-02 01:28:54 +00:00
<!-- <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> -->
2023-10-01 23:39:12 +00:00
</head>
<body>
<h5 hidden id='Maintenance' class="center"></h5>
<span 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>
</span>
<script src="/script.js"></script>
2023-10-01 23:39:12 +00:00
</body>
2024-04-27 02:56:26 +00:00
</html>