aboutsummaryrefslogtreecommitdiff
path: root/app.html
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2021-04-27 20:42:13 +0530
committerPriyansh <[email protected]>2021-04-27 20:42:13 +0530
commita8edac4105f007003c3f244b482d03732ce74398 (patch)
tree1440e377da6b4ba18ca3151066efbafeed7a9c06 /app.html
parentb18cf71249b26d965215bcf06204daf6af5f55e7 (diff)
downloadstyx-master.tar.xz
styx-master.zip
Preferences + List FavoritesHEADmaster
Diffstat (limited to 'app.html')
-rw-r--r--app.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/app.html b/app.html
index 2bc9f11..8b52689 100644
--- a/app.html
+++ b/app.html
@@ -13,11 +13,10 @@
</div>
<div class="two_pane">
<div class="sidebar">
- <ul>
- <li class="selected"><i class="icofont-home"></i><span id="username"></span></li>
- </ul>
+ <h2 class="sidebarTitle">Favorites</h2>
+ <ul id="favourites"></ul>
</div>
- <div class="content">
+ <div class="content" id="currentView">
Hello Main Area
</div>
</div>