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-23 14:16:17 +02:00
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
|
2015-02-08 14:08:54 +02:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-02-23 14:16:17 +02:00
|
|
|
<div class="container">
|
2015-02-12 14:13:21 +02:00
|
|
|
<h1>Welcome to Spring Security OAuth</h1>
|
2015-02-23 14:16:17 +02:00
|
|
|
<a href="info" class="btn btn-primary">Login with Reddit</a>
|
2015-02-08 14:08:54 +02:00
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|