15 lines
316 B
Plaintext
15 lines
316 B
Plaintext
|
|
|
||
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
||
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
|
<title>Spring OAuth</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<h1>Welcome to Spring OAuth</h1>
|
||
|
|
<a href="reddit/info">Login with Reddit</a>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|