Navigation, lineawesome icons, more sections, inxi.txt

This commit is contained in:
DarkCat09 2023-03-17 16:56:58 +04:00
parent 3856235544
commit 771c63df54
23 changed files with 4847 additions and 38 deletions

View file

@ -74,7 +74,7 @@ function insertSystemInfo() {
const inxi = document.getElementById('inxi')
let xhr = new XMLHttpRequest()
xhr.open('GET', '/space/inxi.txt')
xhr.open('GET', '/inxi.txt')
xhr.onreadystatechange = () => {
if (xhr.readyState != xhr.DONE) return