summaryrefslogtreecommitdiffstats
path: root/guides/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'guides/index.html')
-rwxr-xr-xguides/index.html11
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&reg; Shell Scripting Workshop</a></li>
+</ul>
+<!--#include virtual="../includes/footer.html" -->