better UI
This commit is contained in:
parent
fcde6549fa
commit
5622d2bee4
5 changed files with 25 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
<%for (videoData of videos) { %>
|
||||
<a href='/client/video?id=<%= videoData.id %>'>
|
||||
<div class='video'>
|
||||
<div class='video'>
|
||||
<a href='/client/video?id=<%= videoData.id %>'>
|
||||
<img src='/videos/<%= videoData.id %>.png'>
|
||||
<div><b>
|
||||
<%= videoData.title %>
|
||||
|
@ -9,6 +9,6 @@
|
|||
<div>by <a href="/client/user?id=<%= videoData.username %>">
|
||||
<%= videoData.username %>
|
||||
</a></div>
|
||||
</div>
|
||||
</a>
|
||||
</a>
|
||||
</div>
|
||||
<% } %>
|
Loading…
Add table
Add a link
Reference in a new issue