display existing bookmarks in table
This commit is contained in:
@ -54,3 +54,7 @@ h1 {
|
||||
padding: 20px;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
table.bookmarks .frequency {
|
||||
text-align: right;
|
||||
}
|
@ -14,6 +14,6 @@ ${header}
|
||||
<div class="row">
|
||||
<h1 class="col-12">Bookmarks</h1>
|
||||
</div>
|
||||
make me pretty!
|
||||
${bookmarks}
|
||||
</div>
|
||||
</body>
|
Reference in New Issue
Block a user