diff --git a/public/dynamic/about-you.ejs b/public/dynamic/about-you.ejs index 2895cc0..04f6bd0 100644 --- a/public/dynamic/about-you.ejs +++ b/public/dynamic/about-you.ejs @@ -8,18 +8,20 @@ -

About Your Browser

- -

User Agent: <%= userAgent %>

-

Browser Name: <%= browserName %>

-

Browser Version: <%= browserVersion %>

-

Platform Name: <%= platformName %>

-

Platform Version: <%= platformVersion %>

-

Device Model: <%= deviceModel %>

-

Device Type: <%= deviceType %>

-

Device Vendor: <%= deviceVendor %>

-

Cookies Enabled: <%= cookiesEnabled %>

+ + +

About Your Browser

+

User Agent: <%= userAgent %>

+

Browser Name: <%= browserName %>

+

Browser Version: <%= browserVersion %>

+

Platform Name: <%= platformName %>

+

Platform Version: <%= platformVersion %>

+

Device Model: <%= deviceModel %>

+

Device Type: <%= deviceType %>

+

Device Vendor: <%= deviceVendor %>

+

Cookies Enabled: <%= cookiesEnabled %>

+
diff --git a/public/dynamic/raw.ejs b/public/dynamic/raw.ejs index 3abf2ca..d7aeaae 100644 --- a/public/dynamic/raw.ejs +++ b/public/dynamic/raw.ejs @@ -9,7 +9,7 @@ - + <% if (!raw) { %>

<%- fileData %>

diff --git a/public/dynamic/server-info.ejs b/public/dynamic/server-info.ejs index de44efa..4c45518 100644 --- a/public/dynamic/server-info.ejs +++ b/public/dynamic/server-info.ejs @@ -8,12 +8,14 @@ - -

Server Info:

-

Author: <%= author %>

-

System Uptime: <%= system %>

-

Node Uptime: <%= uptime %>

-

Total Pages: <%= images %>

+ + +

Server Info:

+

Author: <%= author %>

+

System Uptime: <%= system %>

+

Node Uptime: <%= uptime %>

+

Total Pages: <%= images %>

+
diff --git a/public/dynamic/spotify-history.ejs b/public/dynamic/spotify-history.ejs index 342ff17..a9e6a7b 100644 --- a/public/dynamic/spotify-history.ejs +++ b/public/dynamic/spotify-history.ejs @@ -8,18 +8,20 @@ - -

Youngchief's Spotify History:

- <% if (typeof err == 'undefined') { %> -

Status: OK

-

History (isrcs): <%= isrc %>

-

History (Song Names): <%= name %>

- <% } else { %> -

Status: ERROR

-

Error Origin: <%= end %>

-

Error: <%= err %>

- <% } %> -

Raw data: <%= raw %>

+ + +

Youngchief's Spotify History:

+ <% if (typeof err == 'undefined') { %> +

Status: OK

+

History (isrcs): <%= isrc %>

+

History (Song Names): <%= name %>

+ <% } else { %> +

Status: ERROR

+

Error Origin: <%= end %>

+

Error: <%= err %>

+ <% } %> +

Raw data: <%= raw %>

+
diff --git a/public/dynamic/spotify-queue.ejs b/public/dynamic/spotify-queue.ejs index ab8b764..b42f759 100644 --- a/public/dynamic/spotify-queue.ejs +++ b/public/dynamic/spotify-queue.ejs @@ -8,18 +8,20 @@ - -

Youngchief's Spotify Queue:

- <% if (typeof err == 'undefined') { %> -

Status: OK

-

Queue (isrcs): <%= isrc %>

-

Queue (Song Names): <%= name %>

- <% } else { %> -

Status: ERROR

-

Error Origin: <%= end %>

-

Error: <%= err %>

- <% } %> -

Raw data: <%= raw %>

+ + +

Youngchief's Spotify Queue:

+ <% if (typeof err == 'undefined') { %> +

Status: OK

+

Queue (isrcs): <%= isrc %>

+

Queue (Song Names): <%= name %>

+ <% } else { %> +

Status: ERROR

+

Error Origin: <%= end %>

+

Error: <%= err %>

+ <% } %> +

Raw data: <%= raw %>

+
diff --git a/public/dynamic/spotify.ejs b/public/dynamic/spotify.ejs index 7069d74..2758e0f 100644 --- a/public/dynamic/spotify.ejs +++ b/public/dynamic/spotify.ejs @@ -8,23 +8,25 @@ - -

Youngchief's Spotify:

- <% if (typeof err == 'undefined') { %> -

Status: OK

-

Currently listening: <%= playing %>

-

Progress in track (in miliseconds): <%= progress %>/<%= len %>

-

Unique song ID (isrc): <%= isrc %>

-

Song Name: <%= name %>

-

Artist(s): <%= cont %>

- <% } else { %> -

Status: ERROR

-

Error Origin: <%= end %>

-

Error: <%= err %>

- <% } %> -

Raw data: <%= raw %>

-

Cover Art:

- + + +

Youngchief's Spotify:

+ <% if (typeof err == 'undefined') { %> +

Status: OK

+

Currently listening: <%= playing %>

+

Progress in track (in miliseconds): <%= progress %>/<%= len %>

+

Unique song ID (isrc): <%= isrc %>

+

Song Name: <%= name %>

+

Artist(s): <%= cont %>

+ <% } else { %> +

Status: ERROR

+

Error Origin: <%= end %>

+

Error: <%= err %>

+ <% } %> +

Raw data: <%= raw %>

+

Cover Art:

+ +
- \ No newline at end of file +