|
|
|
|
@ -3,23 +3,18 @@
@@ -3,23 +3,18 @@
|
|
|
|
|
<head> |
|
|
|
|
<meta charset="utf-8"> |
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
|
|
|
|
<title>Device Grant Example</title> |
|
|
|
|
<title>Spring Security Example</title> |
|
|
|
|
<link rel="stylesheet" href="/webjars/bootstrap/css/bootstrap.css" th:href="@{/webjars/bootstrap/css/bootstrap.css}" /> |
|
|
|
|
<link rel="stylesheet" href="/assets/css/style.css" th:href="@{/assets/css/style.css}" /> |
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<div class="jumbotron"> |
|
|
|
|
<div class="container"> |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="col-md-8"> |
|
|
|
|
<h2>Access Denied</h2> |
|
|
|
|
<p>You have denied access. Please return to your device to continue.</p> |
|
|
|
|
</div> |
|
|
|
|
<div class="col-md-4"> |
|
|
|
|
<img src="https://cdn.pixabay.com/photo/2017/07/03/15/20/technology-2468063_1280.png" class="img-responsive" alt="Devices"> |
|
|
|
|
</div> |
|
|
|
|
<div class="container"> |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="col-md-8"> |
|
|
|
|
<h2>Access Denied</h2> |
|
|
|
|
<p>You have denied access.</p> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</body> |
|
|
|
|
</html> |
|
|
|
|
</html> |
|
|
|
|
|