-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTemplate.html
68 lines (65 loc) · 2.66 KB
/
Template.html
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" dir="ltr" xmlns="https://www.w3.org/1999/xhtml"
xml:lang="en-us">
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 25 March 2009), see www.w3.org" />
<meta http-equiv="Content-Type" content=
"text/html; charset=us-ascii" />
<title>Template (title)</title>
<meta http-equiv="Reply-to" content=
"[email protected]" />
<meta http-equiv="Keywords" content="Nathan, Paul, Simons" />
<meta name="generator" content="vi" />
<meta name="author" content="Nathan Paul Simons" />
<meta name="copyright" content=
"This document is public domain, as per US Code, Title 17,
Chapter 1, Section 105." />
<meta name="keywords" content="Nathan, Paul, Simons" />
<meta name="description" content="" />
<meta name="date" content="2011-08-05" />
<link rev="MADE" href="mailto:[email protected]" />
<style type="text/css">
/*<![CDATA[*/
body {
background-color: #FFFFFF;
color: #000000;
}
:link { color: #0000FF }
:visited { color: #000088 }
:active { color: #0000FF }
hr.c2 {text-align: middle}
div.c1 {text-align: center}
/*]]>*/
</style>
</head>
<body>
<!--
Copyright (C) 2021 Nathan Paul Simons ([email protected])
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at
your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<div class="c1">
<h1>Template (header)</h1>
</div>
<div class="c1">
<hr class="c2" width="100%" />
<p><!--#exec cgi = "bin/links.cgi" --></p>
<hr class="c2" width="100%" />
<p>This page (https://<!--#echo var = "SERVER_NAME" -->
<!--#echo var = "DOCUMENT_URI" -->) was last updated on
<!--#echo var = "LAST_MODIFIED" --><br />
by <a href="mailto:[email protected]">Nathan Paul
Simons ([email protected])</a><br /></p>
</div>
</body>
</html>