15 lines
327 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" />
2015-02-12 14:13:21 +02:00
<title>Spring Security OAuth</title>
2015-02-08 14:08:54 +02:00
</head>
<body>
2015-02-12 14:13:21 +02:00
<h1>Welcome to Spring Security OAuth</h1>
<a href="info">Login with Reddit</a>
2015-02-08 14:08:54 +02:00
</body>
</html>