prototype of comments
This commit is contained in:
parent
9cdf2326b8
commit
11147482d2
11 changed files with 216 additions and 5 deletions
9
views/wall.ejs
Normal file
9
views/wall.ejs
Normal file
|
@ -0,0 +1,9 @@
|
|||
<div class="item">
|
||||
<img class="item-img" src="/icon.svg">
|
||||
<div class="item-desc">
|
||||
<a class="item-a" href="/walls/get/<%= alias %>/0"> <%= name %></a>
|
||||
<p>
|
||||
<%= desc %>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue