| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="chrome=1">
- <!-- favicon -->
- <link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-touch-icon-57x57.png">
- <link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-touch-icon-60x60.png">
- <link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-touch-icon-72x72.png">
- <link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-touch-icon-76x76.png">
- <link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-touch-icon-114x114.png">
- <link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-touch-icon-120x120.png">
- <link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-touch-icon-144x144.png">
- <link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-touch-icon-152x152.png">
- <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon-180x180.png">
- <link rel="icon" type="image/png" href="/favicon/favicon-32x32.png" sizes="32x32">
- <link rel="icon" type="image/png" href="/favicon/favicon-194x194.png" sizes="194x194">
- <link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96">
- <link rel="icon" type="image/png" href="/favicon/android-chrome-192x192.png" sizes="192x192">
- <link rel="icon" type="image/png" href="/favicon/favicon-16x16.png" sizes="16x16">
- <link rel="manifest" href="/favicon/manifest.json">
- <link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#d9a441">
- <link rel="shortcut icon" href="/favicon/favicon.ico">
- <meta name="msapplication-TileColor" content="#da532c">
- <meta name="msapplication-TileImage" content="/favicon/mstile-144x144.png">
- <meta name="msapplication-config" content="/favicon/browserconfig.xml">
- <meta name="theme-color" content="#ffffff">
- <!-- http://realfavicongenerator.net/favicon_result?file_id=p1ae170tdt1n1pi9jkjk1qsepnn6#.VuoaGPkrK70 -->
-
- <title>wmhilton by wmhilton</title>
- <link rel="stylesheet" href="stylesheets/styles.css">
- <link rel="stylesheet" href="stylesheets/pygment_trac.css">
- <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
- <!--[if lt IE 9]>
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- </head>
- <body>
- <div class="wrapper">
- <header>
- <h1>wmhilton</h1>
- <p>I know how to do that!</p>
- <p class="view"><a href="https://github.com/wmhilton">View My GitHub Profile</a></p>
- </header>
- <section>
- <h3>
- <a name="you-are-early-im-still-setting-up" class="anchor" href="#you-are-early-im-still-setting-up"><span class="octicon octicon-link"></span></a>You are early! I'm still setting up.</h3>
- <p>My plan is to migrate content from over here, since Github is the place to be these days. By June perhaps.</p>
- <p>Meanwhile, perhaps you'd like to peruse some of my code projects over at <a href="https://github.com/wmhilton" class="user-mention">@wmhilton</a>?</p>
- </section>
- <footer>
- <p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
- </footer>
- </div>
- <script src="javascripts/scale.fix.js"></script>
- </body>
- </html>
|