forked from sachac/emacs-notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsitemap.html
executable file
·52 lines (52 loc) · 1.9 KB
/
sitemap.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="utf-8"?>
<!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" lang="en" xml:lang="en">
<head>
<title>Sitemap</title>
<!-- 2015-10-19 Mon 13:38 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<link rel="stylesheet" type="text/css" href="./css/foundation.min.css"></link>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'></link>
<link rel="stylesheet" type="text/css" href="./css/org-export.css"></link>
<link rel="stylesheet" type="text/css" href="./css/style.css"></link>
<link rel="stylesheet" type="text/css" href="./css/emacs-notes.css"></link>
<script src="./js/jquery.min.js"></script>
<script src="./js/emacs-notes.js"></script>
</head>
<body>
<div id="content">
<h1 class="title">Sitemap</h1>
<ul class="org-ul">
<li><a href="baby-steps-org.html">A Baby Steps Guide to Managing Your Tasks with Org</a>
</li>
<li><a href="index.html">Emacs Life</a>
</li>
<li><a href="theindex.html">Index</a>
</li>
<li><a href="emacs-lisp-tutorial.html">Learn Emacs Lisp while customizing Emacs</a>
</li>
<li><a href="support.html">Like what we're doing here?</a>
</li>
<li><a href="README.html">README</a>
</li>
<li><a href="how-to-read-emacs-lisp.html">Read Lisp, Tweak Emacs: How to read Emacs Lisp so that you can customize Emacs</a>
</li>
<li><a href="videos.html">Some Emacs videos</a>
</li>
<li><a href="emacs-lisp-style.html">emacs-lisp-style</a>
</li>
<li><a href="learning-emacs.html">learning-emacs</a>
</li>
<li><a href="org-mode-map.html">org-mode-map</a>
</li>
<li><a href="resources.html">resources</a>
</li>
</ul>
</div>
<div id="postamble" class="status">
<div class="back-to-top"><a href="#top">Back to top</a> | <a href="mailto:[email protected]">E-mail me</a></div>
</div>
</body>
</html>