diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-01 17:21:57 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-01 17:21:57 (EDT) |
commit | 80a633c673e663812567e30817f61546b9421998 (patch) | |
tree | 2cb9daded17f98d671b6a11e6650b38cf62a9828 /guides | |
parent | a9ff56b3a28e25371888fbff614810eb1e94bb24 (diff) | |
download | www-80a633c673e663812567e30817f61546b9421998.zip www-80a633c673e663812567e30817f61546b9421998.tar.gz www-80a633c673e663812567e30817f61546b9421998.tar.bz2 |
Add index page for guides.
Diffstat (limited to 'guides')
-rwxr-xr-x | guides/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/guides/index.html b/guides/index.html new file mode 100755 index 0000000..d603d64 --- /dev/null +++ b/guides/index.html @@ -0,0 +1,11 @@ +<!--#set var="title" value="Technical Guides" --> +<!--#include virtual="../includes/header.html" --> +<h2>Technical Guides</h2> +<p> + Here you will find technical guides, tutorials, and workshop notes on + GNU/Linux and UNIX. +</p> +<ul> + <li><a href="shell-workshop/">UNIX® Shell Scripting Workshop</a></li> +</ul> +<!--#include virtual="../includes/footer.html" --> |