<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/Profiles/XHTML-transitional">
<xsl:output indent="no" method="html"/>
<xsl:template match="/">
<html xmlns="http://www.w3.org/Profiles/XHTML-transitional">
<head><title>cinnamon candy</title>
</head>
<body>
どれかひとつチェック入れてね。<br />
<a href="JavaScript:history.back()">戻る</a> 
</body>
</html>
</xsl:template></xsl:stylesheet>
