forked from restlet/restlet-framework-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
26 lines (23 loc) · 788 Bytes
/
error.html
File metadata and controls
26 lines (23 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<title>OAuth2Sample</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="stylesheet" type="text/css" href="bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="row" style="margin-top:50px;">
<div class="span8 offset2">
<div class="alert alert-error">
<h4 class="alert-heading">Error: ${error}</h4>
Error_Desc: ${error_description}
</div>
</div>
</div>
</div>
</body>
</html>