2024-05-15 22:31:17 -05:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< link rel = "stylesheet" type = "text/css" href = "../style.css" >
< link rel = "stylesheet" type = "text/css" href = "../subpage.css" >
2024-06-25 18:35:58 -05:00
< script src = "../jquery.js" > < / script >
2024-05-15 22:31:17 -05:00
< script src = "../main.js" > < / script >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Violet's Purgatory< / title >
< meta name = "darkreader-lock" >
< meta content = "Stats - Violet's Purgatory" property = "og:title" / >
< meta content = "This page just does a semi-intensive speed test on the site, and displays related statistics." property = "og:description" / >
< meta content = "https://api.violets-purgatory.dev/v1/pfp" property = "og:image" / >
< meta content = "#a200ff" data-react-helmet = "true" name = "theme-color" / >
< / head >
2024-06-25 18:35:58 -05:00
2024-05-15 22:31:17 -05:00
< body >
{WEATHER_MODIFIER}
2024-05-20 11:43:00 -05:00
< a href = "../" class = "chip" > Home< / a >
< a href = "../socials" class = "chip" > Socials< / a >
< a href = "../faq" class = "chip" > FAQ< / a >
2024-05-15 22:31:17 -05:00
< h1 > Stats< / h1 >
< p > This is the < em > full< / em > stats page! This page exists for testing the speed of site generation, and contains every keyword on Violet's Purgatory in a hidden div.< / p >
< div style = "display: none" >
{ALL_KEYWORDS} {ALL_KEYWORDS} {ALL_KEYWORDS} {ALL_KEYWORDS} {ALL_KEYWORDS}
< / div >
< main >
< h1 > < hr > Stats< / h1 >
< br >
< ul >
< li > Page generation time: {LOAD_TIME}< / li >
2024-06-19 18:45:41 -05:00
< li > Pregeneration time: {PREGEN_TIME}ms< / li >
2024-05-15 22:31:17 -05:00
< li > Uptime: {UPTIME}< / li >
2024-06-18 06:44:09 -05:00
< li > Last Lanyard update: {LAST_LANYARD}< / li >
2024-06-25 01:35:22 -05:00
< li > Last Pregeneration: {LAST_PREGEN}< / li >
2024-05-15 22:31:17 -05:00
< / ul >
< / main >
< / div >
< / body >
< / html >