12 lines
240 B
Plaintext
Raw Normal View History

2015-02-08 14:08:54 +02:00
<%@ 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>