branch: new-master commit 9192ab360a04860b5f573e9c7538e5362399a44f Author: Xue Fuqiao <xfq.f...@gmail.com> Commit: Xue Fuqiao <xfq.f...@gmail.com>
Continue previous change. --- html/index.html | 12 ++++++++---- 1 file 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>