8 lines
225 B
Plaintext
8 lines
225 B
Plaintext
<#include "includes/header.ftlh">
|
|
<p>
|
|
Home public page<br>
|
|
---> <a href="/secret">Secret Page</a> <---<br>
|
|
[ <a href="/oauth2/authorization/github">Login GitHub</a> ]
|
|
</p>
|
|
<#include "includes/foother.ftlh">
|