From 232638fb98108fd1509b944545b3e1f629d12371 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Fri, 18 Dec 2020 16:07:21 -0600 Subject: Add music button --- index.html | 13 +++++++++---- link-manager.js | 4 ++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 6bf5acc..1b385e4 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,10 @@ -

- + + + +
💰BUDGET @@ -29,8 +31,11 @@ #️⃣FOSSTODON - - 💾GITEA + + 💾GIT + + + 🎵MUSIC 📰RSS diff --git a/link-manager.js b/link-manager.js index 7772ee8..8a8e9e4 100644 --- a/link-manager.js +++ b/link-manager.js @@ -1,11 +1,11 @@ document.getElementById("wiki").href = `${WIKI_URL}`; document.getElementById("rss").href = `${RSS_URL}`; document.getElementById("rssvideo").href = `${RSS_VIDEO_URL}`; -document.getElementById("gitea").href = `${GITEA_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}`; -- cgit v1.2.3