2021-09-05 02:21:11 +03:00
|
|
|
const boot = document.getElementById('boot');
|
|
|
|
const site_name = 'ari-web';
|
|
|
|
const boot_message = {
|
|
|
|
0: {
|
|
|
|
"type": 'ok',
|
|
|
|
"text": `Booting '${site_name}'...`,
|
|
|
|
"sleep_time": 0
|
|
|
|
}
|
|
|
|
}
|
2021-09-05 03:56:25 +03:00
|
|
|
const do_sleep = false;
|
2021-09-05 02:21:11 +03:00
|
|
|
const locations = {
|
|
|
|
0: {
|
|
|
|
"url": "https://github.com/TruncatedDinosour/website",
|
|
|
|
"desc": "The source code of this website",
|
|
|
|
"aliases": [
|
|
|
|
"src","source",
|
|
|
|
"git", "github"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
1: {
|
|
|
|
"url": "/",
|
|
|
|
"desc": "The home page",
|
|
|
|
"aliases": [
|
|
|
|
"home","root",
|
|
|
|
"index"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
2: {
|
|
|
|
"url": "/page/reset",
|
|
|
|
"desc": "Reset your account",
|
|
|
|
"aliases": [
|
|
|
|
"reset","erase",
|
|
|
|
"del", "delete"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
3: {
|
|
|
|
"url": "/page/minimal.txt",
|
|
|
|
"desc": "The minimal page",
|
|
|
|
"aliases": [
|
|
|
|
"mini","minimal",
|
|
|
|
"txt"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|