Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns:th="http://www.thymeleaf.org">
- <body>
- <div>
- <ol>
- <li th:each="file : ${files}" th:text="${file}"></li>
- </ol>
- </div>
- <a href="upload.html">
- <button>Upload new </button>
- </a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement