0

thymeleaf -> freemarker

This commit is contained in:
2022-04-17 17:29:15 +03:00
parent d1d3e5df18
commit fb86fa2e8a
14 changed files with 33 additions and 45 deletions

View File

@@ -0,0 +1,7 @@
<#include "includes/header.ftlh">
<p>
Home public page<br>
---&gt; <a href="/secret">Secret Page</a> &lt;---<br>
[ <a href="/oauth2/authorization/github">Login GitHub</a> ]
</p>
<#include "includes/foother.ftlh">