]> code.delx.au - gnu-emacs-elpa/blobdiff - html/index.html
* html/index.html, html/layout.css : Initial import.
[gnu-emacs-elpa] / html / index.html
diff --git a/html/index.html b/html/index.html
new file mode 100644 (file)
index 0000000..e39a1c5
--- /dev/null
@@ -0,0 +1,23 @@
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//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">
+</head>
+<body>
+
+<h1>GNU Emacs Lisp Package Archive</h1>
+
+<p>
+This is the default package repository for 
+<a href="http://www.gnu.org/software/emacs/">GNU Emacs</a>.
+
+<p>
+To use it, type <tt>M-x list-packages</tt> in Emacs.
+(This requires Emacs version 24.1 or higher.)
+
+<p>
+You can grab the <a href="emacs-packages-latest.tgz">latest package snapshot</a>.
+</body>
+</html>