12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
|
|
|
||
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
||
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
|
<head>
|
||
|
|
|
||
|
|
<title>Spring OAuth</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>Your Reddit Info</h1>
|
||
|
|
<b>Your reddit username is </b>${info}
|
||
|
|
</body>
|
||
|
|
</html>
|