Oh so THAT'S why the dynamic pages all had an issue with the footer...
This commit is contained in:
parent
4cf94221b7
commit
f51918422f
6 changed files with 70 additions and 60 deletions
|
@ -8,18 +8,20 @@
|
|||
<!-- <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>
|
||||
<body>
|
||||
<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="/footer.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue