let $lt = document.getElementById("sublink"),
$dsc = document.getElementById("subdesc"),
$links = [
link:
88x31.html,
desc:
"location of 88x31 codes to link to $dir>emptiness",
],
[
link:
redirect.html,
desc:
"links to other neocities sites following/followed by $dir>emptiness",
],
[
link:
buttons.html,
desc:
"88x31 buttons for webrings and neighbors created in html and css",
],
[
link:
sources.html,
desc:
"links to fonts used on $dir>emptiness",
];
function outputLinks(x) {
$lt.innerHTML = $links(x).link;
$dsc.innerHTML = $links(x).desc;
}