Added category screen
For the moment only a category list is displayed, there is no logic of any type
This commit is contained in:
parent
d1c7059751
commit
6b0d08f28d
4 changed files with 120 additions and 2 deletions
14
index.html
14
index.html
|
@ -22,6 +22,20 @@
|
|||
<section id="list" class="active">
|
||||
<header class="bar">
|
||||
<a class="button icon settings" href="#settings">⚙</a>
|
||||
<a class="button icon categories" href="#categories">⚙</a>
|
||||
<a class="button icon reload" href="#reload">🔄</a>
|
||||
<a class="button icon all-read inactive" href="#all-read" id="all-read">✓</a>
|
||||
<canvas width="40" height="40"></canvas>
|
||||
</header>
|
||||
<article>
|
||||
<ul></ul>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<section id="categories">
|
||||
<header class="bar">
|
||||
<a class="button icon settings" href="#settings">⚙</a>
|
||||
<a class="button icon list" href="#list">⚙</a>
|
||||
<a class="button icon reload" href="#reload">🔄</a>
|
||||
<a class="button icon all-read inactive" href="#all-read" id="all-read">✓</a>
|
||||
<canvas width="40" height="40"></canvas>
|
||||
|
|
Reference in a new issue