summaryrefslogtreecommitdiff
path: root/index.html
blob: 897fcb88c8abd472208c3ba8893d3ce5574197bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
		<title>print label</title>
        <link rel="stylesheet" type="text/css" href="default.css"/>
	</head>
	<body>

		<form method="post" enctype="multipart/form-data">
			<h1>Simple label</h1>
			<label>line1<br/><input type="text" class="label" name="line1" /></label><br/>
			<label>line2<br/><input type="text" class="label" name="line2" /></label>
			<input type="submit" value="print" />
		</form>
	</body>
</html>

<!-- vim: tabstop=4 shiftwidth=4
-->
..