mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 19:17:59 +08:00
15 lines
249 B
Plaintext
15 lines
249 B
Plaintext
<html>
|
|
<body>
|
|
<h1>
|
|
Asset list
|
|
</h1>
|
|
<% assets.forEach(function (asset) { %>
|
|
<a href="<%= BASE_PATH %>assets/id/<%= asset.id %>"><%= asset.url %></a><br />
|
|
<% }) %>
|
|
<p>
|
|
(For dev use only. FYI, you can: ?skip=100&limit=25)
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|