mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Add new icons, repair icon sizing
This commit is contained in:
9
web/views/icons.eta
Normal file
9
web/views/icons.eta
Normal file
@@ -0,0 +1,9 @@
|
||||
<% layout('./layout') %>
|
||||
<div id="content">
|
||||
<% it.icons.forEach(function(icon) { %>
|
||||
<%= icon[0] %>
|
||||
<div style="width:100px; height:100px; border: 1px; border-style: solid;">
|
||||
<%~ icon[1] %>
|
||||
</div><br><br>
|
||||
<% }) %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user