(docs): track landing page (#620)

This commit is contained in:
Jethro Kuan
2020-05-13 19:26:37 +08:00
committed by GitHub
parent 9e2998c580
commit 232921b9a1
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,7 +2,6 @@
**/*.elc **/*.elc
/doc/dir /doc/dir
/doc/*.info /doc/*.info
/doc/*.html
/doc/*.pdf /doc/*.pdf
/doc/*.epub /doc/*.epub
/doc/META_INF/ /doc/META_INF/

3
doc/index.html Normal file
View File

@ -0,0 +1,3 @@
<html>
<h1>--> <a href="manual/index.html">MANUAL HERE</a> <--</h1>
</html>