about summary refs log tree commit diff stats
path: root/samples/home.htm
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2012-02-20 02:08:17 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2012-02-20 02:08:17 -0500
commitbc0fa578036583231edb567b328b4f69ce6860fe (patch)
tree99b322070bf62270218a0d80257a1f50bbefe147 /samples/home.htm
parentbb5fd6e44e480f571bcb713788cc50eea44095e5 (diff)
downloadlynx-snapshots-bc0fa578036583231edb567b328b4f69ce6860fe.tar.gz
snapshot of project "lynx", label v2-8-8dev_11
Diffstat (limited to 'samples/home.htm')
-rw-r--r--samples/home.htm31
1 files changed, 31 insertions, 0 deletions
diff --git a/samples/home.htm b/samples/home.htm
new file mode 100644
index 00000000..b2628215
--- /dev/null
+++ b/samples/home.htm
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

+<!--

+ $LynxId: home.htm,v 1.4 2008/01/06 20:53:04 tom Exp $

+ vile:dos

+ -->

+<html>

+  <head>

+    <title>

+      :: hello ::

+    </title>

+    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">

+  </head>

+  <body>

+    <table width="100%" summary="Lynx home page" align="right">

+      <tr>

+        <td width="100%" align="right">

+          <b>Lynx browser...</b>

+          <p>

+            &nbsp;

+          </p>

+          <p>

+            ...for quicker &amp; saver browsing...

+          </p>

+          <p>

+            Light-height, fast and secure text browser.

+          </p>

+        </td>

+      </tr>

+    </table>

+  </body>

+</html>