refactory
This commit is contained in:
19
mirror-web/src/main/resources/templates/list.ftl
Normal file
19
mirror-web/src/main/resources/templates/list.ftl
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<header>
|
||||
<meta charset="UTF-8">
|
||||
<title>Project-Mirror</title>
|
||||
</header>
|
||||
<body>
|
||||
<h1>Index of</h1>
|
||||
<hr>
|
||||
<ul>
|
||||
<#--noinspection FtlTypesInspection-->
|
||||
<#list model["links"] as item>
|
||||
<li><a href="${item.link()}">${item.name()}</a></li>
|
||||
</#list>
|
||||
</ul>
|
||||
<hr>
|
||||
<p style="text-align:right">Project-Mirror</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user