0
Files
spring-oauth2-examples/google/src/main/resources/templates/index.ftlh
2022-04-21 18:54:16 +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/google">Login Google</a> ]
</p>
<#include "includes/foother.ftlh">