diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index b391bac..e2b06d3 100644 --- a/src/index.html +++ b/src/index.html @@ -41,6 +41,7 @@ <button class="menu-clickable" onclick="modulesSubToggle(this)">..</button> <button class="menu-clickable" id="#/mixtapes-section" onclick="menusel(this)">Mixtapes</button> <button class="menu-clickable" id="#/news-section" onclick="menusel(this)">News</button> + <button class="menu-clickable" id="#/comments-section" onclick="menusel(this)">Comments</button> <button class="menu-clickable" id="#/files-section" onclick="menusel(this)">Files</button> </div> <div class="dropdown" id="explore-submenu"> @@ -138,6 +139,10 @@ <h2>News</h2> <em id="news-sec-not-found">No data found (yet?)!</em> </div> + <div id="comments-section"> + <h2>Comments</h2> + <em id="comments-sec-not-found">No data found (yet?)!</em> + </div> <div id="mixtapes-section"> <h2>Mixtapes</h2> <em id="mixtapes-sec-not-found">No data found (yet?)!</em> |