fixed #10
This commit is contained in:
parent
8297a48818
commit
3450feaba0
3 changed files with 54 additions and 10 deletions
13
index.html
13
index.html
|
@ -21,15 +21,16 @@
|
|||
<ul></ul>
|
||||
</article>
|
||||
<footer class="bar">
|
||||
<a class="button" href="#reload">Reload</a>
|
||||
<a class="button" href="#settings">Settings</a>
|
||||
<a class="button icon" href="#reload">↻</a>
|
||||
<a class="button icon" href="#all-read" id="all-read">●</a>
|
||||
<a class="button icon" href="#settings">⚙</a>
|
||||
<canvas width="40" height="40"></canvas>
|
||||
</footer>
|
||||
</section>
|
||||
|
||||
<section id="settings">
|
||||
<header class="bar">
|
||||
<a class="button" href="#list">List</a>
|
||||
<a class="button icon2" href="#list">☰</a>
|
||||
</header>
|
||||
<article>
|
||||
<ul>
|
||||
|
@ -79,9 +80,9 @@
|
|||
|
||||
<section id="full">
|
||||
<header class="bar">
|
||||
<a class="button" href="#list">List</a>
|
||||
<a id="setunread" class="button unread" href="#unread">○</a>
|
||||
<a id="setstarred" class="button star" href="#starred">☆</a>
|
||||
<a class="button icon2" href="#list">☰</a>
|
||||
<a id="setunread" class="button icon" href="#unread">○</a>
|
||||
<a id="setstarred" class="button icon" href="#starred">☆</a>
|
||||
<canvas width="40" height="40"></canvas>
|
||||
</header>
|
||||
<article>
|
||||
|
|
Reference in a new issue