App-Requirement-Arch

 view release on metacpan or  search on metacpan

lib/App/Requirement/Arch/HTML/Flat.pm  view on Meta::CPAN

	<head>
		<!-- $comment -->
		<title>$title</title>
		<style type="text/css">
			body,form{
				margin: 0;
				margin-right: 15%;
			}
			pre {
				background-color: #FFFFFF;
				font-family: monospace;
				font-size: 9pt;
				color: #000000;
			}
			body {
				background-color: #FFFFFF;
				font-family: verdana,arial,helvetica,sans-serif;
				font-size: 10pt;
				color: #000000;
			}
			select {
				font-size: 10pt;
				font-family: Verdana,sans-serif;
			}
			h1{
				font-size: 14pt;
			}
			h2{
				font-size: 13pt;
			}
			h3 {
				font-size: 12pt;
			}
			h4 {
				font-size: 11pt;
			}
			h5 {
				font-size: 10pt;
			}
			hr {
				color: #003399;
				height: 2px;
			}
		</style>
	</head>
	<body>
		<h1>$title</h1>
		<p>$header</p>



( run in 0.764 second using v1.01-cache-2.11-cpan-5735350b133 )