diff options
author | Mark Powers <markppowers0@gmail.com> | 2020-12-18 16:07:21 -0600 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2020-12-18 16:07:21 -0600 |
commit | 232638fb98108fd1509b944545b3e1f629d12371 (patch) | |
tree | ca5224aebb6c77b3c93436d378a84f370356b5ae /index.html | |
parent | 2c2718ed12d07b7cdb5dfee60e146e214a8d6842 (diff) |
Add music button
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -8,8 +8,10 @@ </head> <body> - <h1></h1> - <span class="search"><input id="searchInput" placeholder="Search..."><button id="searchBtn">Go</button></span> + <span class="search"> + <input id="searchInput" placeholder="Search..."> + <button id="searchBtn">Go</button> + </span> <div class="items"> <a class="item" id="budget"> <span class="icon">💰</span><span>BUDGET</span> @@ -29,8 +31,11 @@ <a class="item" id="mastodon" href="https://fosstodon.org"> <span class="icon">#️⃣</span><span>FOSSTODON</span> </a> - <a class="item" id="gitea"> - <span class="icon">💾</span><span>GITEA</span> + <a class="item" id="git"> + <span class="icon">💾</span><span>GIT</span> + </a> + <a class="item" id="music"> + <span class="icon">🎵</span><span>MUSIC</span> </a> <a class="item" id="rss"> <span class="icon">📰</span><span>RSS</span> |