-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththank-you.shtml
50 lines (34 loc) · 1.59 KB
/
thank-you.shtml
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<title>UNIX, grep, vi, awk, find, sort, uniq, tips, tricks and code examples</title>
<meta name="description" content="Free tutorials and UNIX code examples. grep, vi, awk, find, sort, uniq, tips, tricks, LINUX, UBUNTU, html, web server">
<meta name="keywords" content="tutorial, code examples, rep, vi, awk, find, sort, uniq, tips, tricks, LINUX, UBUNTU, html, web server">
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="all" href="styles.css">
<link rel="stylesheet" type="text/css" href="tswnavbar.css">
</head>
<body>
<div id="container">
<div id="header">
<!-- start of header section: insert your logo, etc, here -->
<p>UNIX, grep, vi, awk, find, sort, uniq, tips, tricks and code examples.</p>
<!-- end of header section: insert your logo, etc, above this line -->
</div>
<div id="content">
<div id="contproper">
<!-- start of content column: insert your content here -->
<h1>Thank You for the feedback</h1>
<!** Page content goes here in p(aragrpah) form **->
<p> I look forward to reading your comments, and will email you back with a reply. </p>
<p>
Enjoy!
</p>
<!-- end of content column: put your content above this line -->
</div>
</div>
<!--#include virtual="navbarandfooter.html" -->
</body>
</html>