index.html 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  6. <!-- favicon -->
  7. <link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-touch-icon-57x57.png">
  8. <link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-touch-icon-60x60.png">
  9. <link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-touch-icon-72x72.png">
  10. <link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-touch-icon-76x76.png">
  11. <link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-touch-icon-114x114.png">
  12. <link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-touch-icon-120x120.png">
  13. <link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-touch-icon-144x144.png">
  14. <link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-touch-icon-152x152.png">
  15. <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon-180x180.png">
  16. <link rel="icon" type="image/png" href="/favicon/favicon-32x32.png" sizes="32x32">
  17. <link rel="icon" type="image/png" href="/favicon/android-chrome-192x192.png" sizes="192x192">
  18. <link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96">
  19. <link rel="icon" type="image/png" href="/favicon/favicon-16x16.png" sizes="16x16">
  20. <link rel="manifest" href="/favicon/manifest.json">
  21. <link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#ffb300">
  22. <link rel="shortcut icon" href="/favicon/favicon.ico">
  23. <meta name="msapplication-TileColor" content="#ffb300">
  24. <meta name="msapplication-TileImage" content="/favicon/mstile-144x144.png">
  25. <meta name="msapplication-config" content="/favicon/browserconfig.xml">
  26. <meta name="theme-color" content="#ffb300">
  27. <!-- http://realfavicongenerator.net/favicon_result?file_id=p1akurqbdbq0j1lpc14a618p2och6#.V1uVj_krK70 -->
  28. <title>wmhilton by wmhilton</title>
  29. <link rel="stylesheet" href="stylesheets/styles.css">
  30. <link rel="stylesheet" href="stylesheets/pygment_trac.css">
  31. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  32. <!--[if lt IE 9]>
  33. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  34. <![endif]-->
  35. </head>
  36. <body>
  37. <div class="wrapper">
  38. <header>
  39. <h1>wmhilton</h1>
  40. <p>I know how to do that!</p>
  41. <p class="view"><a href="https://github.com/wmhilton">View My GitHub Profile</a></p>
  42. </header>
  43. <section>
  44. <h3>
  45. <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>
  46. <p>My plan is to migrate content from over here, since Github is the place to be these days. By June perhaps.</p>
  47. <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>
  48. </section>
  49. <footer>
  50. <p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
  51. </footer>
  52. </div>
  53. <script src="javascripts/scale.fix.js"></script>
  54. </body>
  55. </html>