123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <title>JonLandrum.com</title>
- <style type="text/css">
- pre {
- margin-top: 1em;
- padding: 1em 1em 0;
- background: #aaa;
- color: #333;
- }
- code, pre {
- font-family: "DejaVu Sans Mono",
- Menlo,
- Consolas,
- "Liberation Mono",
- Monaco,
- "Lucida Console",
- monospace;
- }
- </style>
- </head>
- <body>
- <header>
- <h1>JonLandrum.com</h1>
- <hr />
- </header>
- <p>The website of software craftsman Jonathan Landrum.</p>
- <pre>
- *** ***
- *** * * ***
- * * * * * *
- * * * * * *
- * * * * * * | . _ | _ _ _
- * * * * * * |__|\/(-' |(_)| )(_)
- * * * * *** _/
- * * * *
- * * * * _ _ _| _ _ _ _ _ _ _
- * * * (_|| )(_| |_)| (_)_)|_)(-'|
- * * | |
- * *
- * *
- * *
- * * * * * *
- </pre>
- <hr />
- <h2><code><a href="collections"
- title="com.jonlandrum.collections">com.jonlandrum.collections</a></code></h2>
- <p>This is a collection of collections I have written in Java. They are
- made available through the Maven central repository.</p>
- <footer>
- <hr />
- <address>
- Copyright © 2017 Jonathan Landrum. All rights reserved.
- </address>
- </footer>
- </body>
- </html>
|