aboutsummaryrefslogtreecommitdiff
path: root/link-manager.js
blob: 3e06976260be5fe8a17658e6a533c4c441fb8242 (plain)
1
2
3
4
5
6
7
8
9
10
document.getElementById("wiki").href = `${WIKI_URL}`;
document.getElementById("rss").href = `${RSS_URL}`;
document.getElementById("git").href = `${GIT_URL}`;
document.getElementById("files").href = `${FILES_URL}`;
document.getElementById("filefeed").href = `${FILE_FEED_URL}`;
document.getElementById("calendar").href = `${CALENDAR_URL}`;
document.getElementById("budget").href = `${BUDGET_URL}`;
document.getElementById("chess").href = `${CHESS_URL}`;
document.getElementById("wunderground").href = `https://www.wunderground.com/forecast/${WUNDERGROUND_STATION}`
//document.getElementById("music").href = `${MUSIC_URL}`;