|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <meta charset='utf-8'> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="chrome=1"> |
| 6 | + <meta name="viewport" content="width=640" /> |
| 7 | + |
| 8 | + <link rel="stylesheet" href="stylesheets/core.css" media="screen"/> |
| 9 | + <link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)"/> |
| 10 | + <link rel="stylesheet" href="stylesheets/pygment_trac.css"/> |
| 11 | + |
| 12 | + <script type="text/javascript" src="javascripts/modernizr.js"></script> |
| 13 | + <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> |
| 14 | + <script type="text/javascript" src="javascripts/headsmart.min.js"></script> |
| 15 | + <script type="text/javascript"> |
| 16 | + $(document).ready(function () { |
| 17 | + $('#main_content').headsmart() |
| 18 | + }) |
| 19 | + </script> |
| 20 | + <title>Funshion</title> |
| 21 | + </head> |
| 22 | + |
| 23 | + <body> |
| 24 | + <a href="http://funshion.github.io">Back to home page</a> |
| 25 | + <a id="forkme_banner" href="https://github.com/funshion">View on GitHub</a> |
| 26 | + <div class="shell"> |
| 27 | + |
| 28 | + <header> |
| 29 | + <span class="ribbon-outer"> |
| 30 | + <span class="ribbon-inner"> |
| 31 | + <h1>Funshion</h1> |
| 32 | + <h2>Funshion</h2> |
| 33 | + </span> |
| 34 | + <span class="left-tail"></span> |
| 35 | + <span class="right-tail"></span> |
| 36 | + </span> |
| 37 | + </header> |
| 38 | + |
| 39 | + <div id="no-downloads"> |
| 40 | + <span class="inner"> |
| 41 | + </span> |
| 42 | + </div> |
| 43 | + |
| 44 | + <span class="banner-fix"></span> |
| 45 | + |
| 46 | + <section id="main_content"> |
| 47 | + |
| 48 | + {{ content }} |
| 49 | + |
| 50 | + </section> |
| 51 | + |
| 52 | + <footer> |
| 53 | + <span class="ribbon-outer"> |
| 54 | + <span class="ribbon-inner"> |
| 55 | + <p>Projects by <a href="https://github.com/funshion">Funshion</a> can be found on <a href="https://github.com/funshion">GitHub</a></p> |
| 56 | + </span> |
| 57 | + <span class="left-tail"></span> |
| 58 | + <span class="right-tail"></span> |
| 59 | + </span> |
| 60 | + <!-- |
| 61 | + <p>Generated with <a href="http://pages.github.com">GitHub Pages</a> using Merlot</p> |
| 62 | + --> |
| 63 | + <span class="octocat"></span> |
| 64 | + |
| 65 | + </footer> |
| 66 | + |
| 67 | + </div> |
| 68 | + |
| 69 | + |
| 70 | + </body> |
| 71 | +</html> |
0 commit comments