aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-12-18 16:07:21 -0600
committerMark Powers <markppowers0@gmail.com>2020-12-18 16:07:21 -0600
commit232638fb98108fd1509b944545b3e1f629d12371 (patch)
treeca5224aebb6c77b3c93436d378a84f370356b5ae /index.html
parent2c2718ed12d07b7cdb5dfee60e146e214a8d6842 (diff)
Add music button
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/index.html b/index.html
index 6bf5acc..1b385e4 100644
--- a/index.html
+++ b/index.html
@@ -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>