summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorXue Fuqiao <xfq.free@gmail.com>2013-12-16 21:13:46 +0800
committerXue Fuqiao <xfq.free@gmail.com>2013-12-16 21:13:46 +0800
commit9192ab360a04860b5f573e9c7538e5362399a44f (patch)
tree266e435c9736c10de26ec9613c5a8080f88bf322 /html
parentda544ac0b29c611cde640d98fb8aa0dd3a1f5351 (diff)
Continue previous change.
Diffstat (limited to 'html')
-rw-r--r--html/index.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/html/index.html b/html/index.html
index 9bbc894..372851f 100644
--- a/html/index.html
+++ b/html/index.html
@@ -1,11 +1,10 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<html>
<head>
<title>GNU Emacs Lisp Package Archive</title>
- <link rel="icon" type="image/png" href="gnu-head-mini.png">
- <link rel="stylesheet" type="text/css" href="layout.css">
+ <link rel="icon" type="image/png" href="gnu-head-mini.png" />
+ <link rel="stylesheet" type="text/css" href="layout.css" />
</head>
<body>
@@ -14,12 +13,17 @@
<p>
This is the default package repository for
<a href="http://www.gnu.org/software/emacs/">GNU Emacs</a>.
+</p>
<p>
To use it, type <kbd>M-x list-packages</kbd> in Emacs.
(This requires Emacs version 24.1 or higher.)
+</p>
<p>
- You can grab the <a href="emacs-packages-latest.tgz">latest package snapshot</a> or look at the <a href="/packages">package list</a> directly.
+You can grab the <a href="emacs-packages-latest.tgz">latest package
+snapshot</a> or look at the <a href="/packages">package list</a>
+directly.
+</p>
</body>
</html>