WIP
[percentcodec] / examples / spring / src / main / webapp / WEB-INF / views / spring-page.jsp
index 194cac5..892bf1a 100644 (file)
@@ -5,11 +5,10 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <title>Simple Page</title>
-    <link rel="stylesheet" type="text/css" media="all" href="/default.css">
   </head>
   <body>
     <h1>Hello World!</h1>
     <p>This is a really simple page...</p>
-    <p>This version of a really simple page was delivered via SPRING!</p>
+    <p>This page was delivered via SPRING!</p>
   </body>
 </html>