0
Files
spring-oauth2-examples/github/src/main/resources/templates/index.ftlh
2022-04-17 17:29:15 +03:00

8 lines
225 B
Plaintext

<#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">