about summary refs log tree commit diff stats
path: root/samples
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2013-05-22 00:57:45 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2013-05-22 00:57:45 -0400
commitf7f5657f1e38597bf3b301d56aa5368c12979524 (patch)
treefbf19ded0515323932f397676e33637117071f48 /samples
parente294ae2634858bab2dccda56a4a205a979eab96a (diff)
downloadlynx-snapshots-f7f5657f1e38597bf3b301d56aa5368c12979524.tar.gz
snapshot of project "lynx", label v2-8-7dev_15f
Diffstat (limited to 'samples')
-rw-r--r--samples/jumps.htm42
1 files changed, 33 insertions, 9 deletions
diff --git a/samples/jumps.htm b/samples/jumps.htm
index 917f032b..57ac56cd 100644
--- a/samples/jumps.htm
+++ b/samples/jumps.htm
@@ -1,9 +1,33 @@
-<head>

-<META http-equiv="content-type" content="text/html;charset=windows-1252">

-<title>Jumps file</title>

-</head>

-

-<dt>?<dd><a href="file://localhost/Programme/lynx/jumps.htm">This Shortcut List</a>

-<dt>g<dd><a href="http://www.google.com/">Google</a>

-<dt>nf<dd><a href="http://newsforge.com/">newsforge</a>

-<dt>sf<dd><a href="http://sourceforge.net/">sourceforge</a>

+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+
+<html>
+<head>
+  <meta name="generator" content=
+  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
+  <meta http-equiv="content-type" content=
+  "text/html; charset=us-ascii">
+
+  <title>Jumps file</title>
+</head>
+
+<body>
+  <dl>
+    <dt>?</dt>
+
+    <dd><a href="file://localhost/Programme/lynx/jumps.htm">This
+    Shortcut List</a></dd>
+
+    <dt>g</dt>
+
+    <dd><a href="http://www.google.com/">Google</a></dd>
+
+    <dt>nf</dt>
+
+    <dd><a href="http://newsforge.com/">newsforge</a></dd>
+
+    <dt>sf</dt>
+
+    <dd><a href="http://sourceforge.net/">sourceforge</a></dd>
+  </dl>
+</body>
+</html>
3 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293