<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/JavaScript" /> <link href="${contextPath}/css/default.css" rel="stylesheet" type="text/css" media="screen,projection" charset="utf-8" /> <title>Cubby archetype sample app : index</title> </head> <body> <div id="banner"> <img src="${contextPath}/img/logo.gif" alt="Cubby" /> </div> <ul> <li><a href="hello">HelloAction</a></li> <li><a href="cubby-admin">Admin Tool</a></li> </ul> </body> </html>