0
Files
spring-oauth2-examples/google/src/main/resources/templates/includes/header.ftlh
2022-04-21 18:54:16 +03:00

10 lines
176 B
Plaintext

<!DOCTYPE html>
<html lang="ru">
<head>
<title>Google OAuth2 Example</title>
<link rel="icon" href="data:;base64,=">
</head>
<body>
<h1>Google OAuth2 Example</h1>
<hr>