summaryrefslogtreecommitdiff
path: root/web/header.html
blob: c9101d272150684f434d69d26bcac2ed986552aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "https://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
	<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
	<title>Lopsub</title>
</head>

<body>

	<table width=100%>
		<tr>
			<td>
				<h2>The long option parser for subcommands</h2>

			</td>
			<td align="right">
				<a href="./index.html">
					<img
						src="lopsub.png"
						alt="lopsub logo"
					>
				</a>
			</td>
		</tr>
	</table>

	<hr>

	<table width=100%>
		<tr>
			<td align="center">
				<a href="./index.html">About</a>
			</td>
			<td align="center">
				<a href="./lopsub-suite.5.html">lopsub-suite(5)</a>
			</td>
			<td align="center">
				<a href="./lopsubgen.1.html">lopsubgen(1)</a>
			</td>
			<td align="center">
				<a href="./lopsub-api.html">API</a>
			</td>
	</table>

	<hr>