15 lines
316 B
Plaintext
Raw Normal View History

2015-02-08 14:08:54 +02:00
<%@ 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>