2015-02-23 14:16:17 +02:00

16 lines
474 B
Plaintext
Executable File

<%@ 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 Security OAuth</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<h1>Welcome to Spring Security OAuth</h1>
<a href="info" class="btn btn-primary">Login with Reddit</a>
</body>
</html>