diff options
Diffstat (limited to '.html/java/install/index.html')
| -rw-r--r-- | .html/java/install/index.html | 102 |
1 files changed, 0 insertions, 102 deletions
diff --git a/.html/java/install/index.html b/.html/java/install/index.html deleted file mode 100644 index d167e58..0000000 --- a/.html/java/install/index.html +++ /dev/null @@ -1,102 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title> - The Codex » - Installing Java … - </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="../">java</a> - - </li> - - <li class="crumb-2 last"> - - install - - </li> - - </ol> - - - - <div id="article"> - <h1 id="installing-java">Installing Java …</h1> -<p>This document provided as a community service to -<a href="irc://irc.freenode.org/##java">##java</a>. Provided as-is; pull requests -welcome.</p> -<ol> -<li> -<p><a href="ubuntu">… on Ubuntu</a> (may also be applicable to Debian; needs verification - from a Debian user)</p> -</li> -<li> -<p><a href="centos">… on CentOS</a> (probably also applicable to RHEL; needs verification - from a RHEL user)</p> -</li> -</ol> - </div> - - - -<div id="comments"> -<div id="disqus_thread"></div> -<script type="text/javascript"> - /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ - var disqus_shortname = 'grimoire'; // required: replace example with your forum shortname - - /* * * DON'T EDIT BELOW THIS LINE * * */ - (function() { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); - })(); -</script> -<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> -<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> -</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/java/install/index.md">See this page on Bitbucket</a> (<a href="https://bitbucket.org/ojacobson/grimoire.ca/history-node/master/wiki/java/install/index.md">history</a>). - - </p> - </div> - -</div> -</body> -</html>
\ No newline at end of file |
