Navigation, lineawesome icons, more sections, inxi.txt
This commit is contained in:
parent
3856235544
commit
771c63df54
23 changed files with 4847 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue