<?xml version="1.0" encoding="utf-8" standalone="yes"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Example :: Spring Application</title> </head> <body> <h1>Example—Spring Application</h1> <p>This is my test.</p> </body> </html>