buttons instead of ul
This commit is contained in:
parent
59e9ae5032
commit
d76e52b3b4
@ -1,3 +1,3 @@
|
||||
<% list.forEach(function (item) { %>
|
||||
<li id="<%=item.name%>"><%=item.name%></li>
|
||||
<button id="<%=item.name%>"><%=item.name%></button>
|
||||
<% }) %>
|
||||
|
@ -51,9 +51,12 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">Last update: <span id="lastupdate">x</span>
|
||||
<div class="container">
|
||||
<div class='u-full-width content'>
|
||||
Last update: <span id="lastupdate">x</span>
|
||||
<button id="refresh">Refresh</button>
|
||||
<ul id="list"></ul>
|
||||
<div id="list" class='u-full-width content'></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id='feedcontent' class="container">
|
||||
|
0
html/lifestyle.json
Normal file
0
html/lifestyle.json
Normal file
Loading…
Reference in New Issue
Block a user