12 lines
211 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>
2015-02-12 14:13:21 +02:00
<title>Spring Security OAuth</title>
2015-02-08 14:08:54 +02:00
</head>
<body>
2015-02-12 14:13:21 +02:00
<h1>Test</h1>
<b>Test </b>
2015-02-08 14:08:54 +02:00
</body>
</html>