diff options
Diffstat (limited to '.html/gpg/_list.html')
| -rw-r--r-- | .html/gpg/_list.html | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/.html/gpg/_list.html b/.html/gpg/_list.html new file mode 100644 index 0000000..8f54701 --- /dev/null +++ b/.html/gpg/_list.html @@ -0,0 +1,92 @@ +<!DOCTYPE html> +<html> +<head> + <title> + The Codex » + ls /gpg + </title> + + <link + rel='stylesheet' + type='text/css' + href='http://fonts.googleapis.com/css?family=Buenard:400,700&subset=latin,latin-ext'> + <link + rel="stylesheet" + type="text/css" + href="../media/css/reset.css"> + <link + rel="stylesheet" + type="text/css" + href="../media/css/grimoire.css"> +</head> +<body> + +<div id="shell"> + + <ol id="breadcrumbs"> + + <li class="crumb-0 not-last"> + + <a href="../">index</a> + + </li> + + <li class="crumb-1 not-last"> + + <a href="./">gpg</a> + + </li> + + <li class="crumb-2 last"> + + <span class="list-crumb">list</span> + + </li> + + </ol> + + + + <div id="listing"> + <h1><code>ls /gpg</code></h1> + + + + + <div id="pages"> + <h2>Pages</h2> + <ul> + + <li><a href="cool">GPG Is Pretty Cool</a></li> + + <li><a href="terrible">GPG Is Terrible</a></li> + + <li><a href="keys">GPG Keys</a></li> + + </ul> + </div> + + + + </div> + + + + + + + <div id="footer"> + <p> + + The Codex — + + Powered by <a href="http://markdoc.org/">Markdoc</a>. + +<a href="https://bitbucket.org/ojacobson/grimoire.ca/src/master/wiki/gpg">See this directory on Bitbucket</a>. + + </p> + </div> + +</div> +</body> +</html>
\ No newline at end of file |
