2024-10-11 17:38:29 -04:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > status | aidxn< / title >
< link rel = "preconnect" href = "https://fonts.googleapis.com" >
< link rel = "preconnect" href = "https://fonts.gstatic.com" crossorigin >
< link href = "https://fonts.googleapis.com/css2?family=VT323&display=swap" rel = "stylesheet" >
< link rel = "stylesheet" href = "css/main.css" >
< link rel = "stylesheet" href = "css/cloud.css" >
< / head >
< body >
< div id = "loading" > < / div >
< div id = "page" style = "display: none;" >
< header class = "sidebar" >
< a href = "/" > < img src = "img/logo.gif" alt = "Animated logo text displaying AIDXN ONLINE" class = "logo" > < / a >
< p class = "cap" > Welcome to my world wide web site!< / p >
< img src = "img/links.gif" alt = "Animated text displaying LINKS" width = "30%" class = "mm-label" >
< ul >
< li class = "menu-opt" > < img src = "img/bullet.gif" alt = "*" class = "bullet" > < a href = "index.html" > home< / a > < / li >
< li class = "menu-opt" > < img src = "img/bullet.gif" alt = "*" class = "bullet" > < a href = "about.html" > about< / a > < / li >
2024-10-21 20:29:50 -04:00
< li class = "menu-opt" > < img src = "img/bullet.gif" alt = "*" class = "bullet" > < a href = "https://blog.aidxn.fun" > blog< / a > < / li >
2024-10-11 17:38:29 -04:00
< li class = "menu-opt" > < img src = "img/bullet.gif" alt = "*" class = "bullet" > < a href = "contact.html" > contact< / a > < / li >
2024-11-13 16:25:02 -05:00
< li class = "menu-opt" > < img src = "img/bullet.gif" alt = "*" class = "bullet" > < a href = "https://aidxn.fun/verify" > verify a message< / a > < / li >
2024-10-11 17:38:29 -04:00
< li class = "menu-opt" > < img src = "img/bullet.gif" alt = "*" class = "bullet" > < b > status< / b > < / li >
< li class = "menu-opt" > < img src = "img/bullet.gif" alt = "*" class = "bullet" > < a href = "design.html" > design< / a > < / li >
2024-10-11 18:27:20 -04:00
< li class = "menu-opt" > < img src = "img/bullet.gif" alt = "*" class = "bullet" > < a href = "projects.html" > projects< / a > < / li >
2024-10-11 17:38:29 -04:00
< / ul >
< img src = "img/information.gif" alt = "Animated text displaying INFORMATION" width = "68%" class = "mm-label" >
< p id = "date" > < / p >
< img id = "album-art" style = "height: 64px; width: 64px;" src = "img/loading.gif" alt = "Album cover" >
< div class = "music-section" >
2024-10-11 18:34:45 -04:00
< b id = "albumLabel" > Now Playing:< / b > < br >
2024-10-11 17:38:29 -04:00
< b id = "song" > Loading...< / b >
< p id = "album" > Loading...< / p >
< p id = "artist" > Loading...< / p >
< / div >
2024-10-11 18:27:20 -04:00
< span class = "extra-text" > < b > Note: < / b > This page is best viewed on a computer.< / span >
2024-10-11 17:38:29 -04:00
< / header >
< aside class = "main-content" >
< h1 > Status< / h1 >
2024-11-13 16:25:02 -05:00
< p > Interested in my server uptime? Take a peek!< / p >
< h3 > What is this page?< / h3 >
< p > This page displays information about the status of my personal servers. This excludes private servers, which are used for projects such as my "home" lab (it's hosted in the cloud).< / p >
< p > Most of these servers are what your computer connects to in order to fetch information, such as the status of the server, or what I'm listening to (see the home page).
< h3 > Status | Website< / h3 >
< p > < span style = "color: #008000" id = "website" > [ONLINE - LOADING ms]< / span > aidxn.fun/website.aidxn.fun (Oracle Cloud - Germany)< / p >
< h3 > Status | Backend< / h3 >
< p > < span style = "color: gray" id = "status1" > [UNKNOWN - LOADING ms]< / span > kantor.aidxn.fun (Oracle Cloud - Germany - backend server)< / p >
2024-10-11 17:38:29 -04:00
< / aside >
< / div >
< script src = "js/main.js" > < / script >
< script src = "js/music.js" > < / script >
< script src = "js/status.js" > < / script >
< / body >
< / html >