|
| 1 | +<!DOCTYPE html> |
| 2 | +<!--[if IE]><![endif]--> |
| 3 | +<html> |
| 4 | +<head> |
| 5 | + <meta charset="utf-8" /> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
| 7 | + <title>{{ page.title }} | {{ site.name }}</title> |
| 8 | + <meta name="viewport" content="width=device-width" /> |
| 9 | + <meta property="og:title" content="{{ page.title }} | {{ site.name }}" /> |
| 10 | + <meta property="og:type" content="website" /> |
| 11 | + <meta property="og:url" content="http://reactjs.net/{{ page.url }}" /> |
| 12 | + <meta property="og:image" content="http://facebook.github.io/react/img/logo_og.png" /> |
| 13 | + <meta property="og:description" content=".NET integration for ReactJS" /> |
| 14 | + <meta property="fb:app_id" content="1417169611875552" /> |
| 15 | + |
| 16 | + <link rel="stylesheet" href="/css/syntax.css" /> |
| 17 | + <link rel="stylesheet" href="/css/react.css" /> |
| 18 | + |
| 19 | + <script type="text/javascript" src="//use.typekit.net/vqa1hcx.js"></script> |
| 20 | + <script type="text/javascript">try{Typekit.load();}catch(e){}</script> |
| 21 | + <script> |
| 22 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 23 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 24 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 25 | + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| 26 | + |
| 27 | + ga('create', 'UA-25623237-6', 'reactjs.net'); |
| 28 | + ga('send', 'pageview'); |
| 29 | + </script> |
| 30 | +</head> |
| 31 | +<body> |
| 32 | + <div class="container"> |
| 33 | + <div class="nav-main"> |
| 34 | + <div class="wrap"> |
| 35 | + <a class="nav-home" href="/"> |
| 36 | + <img class="nav-logo" alt="" src="/img/logo_small.png" width="38" height="38" /> |
| 37 | + {{ site.name }} |
| 38 | + </a> |
| 39 | + <ul class="nav-site"> |
| 40 | + <li><a href="/getting-started/getting-started.html"{% if page.sectionid == 'docs' %} class="active"{% endif %}>Docs</a></li> |
| 41 | + <li><a href="/getting-started/getting-started.html">Download</a></li> |
| 42 | + <li><a href="http://github.com/reactjs/React.NET">GitHub</a> |
| 43 | + </ul> |
| 44 | + </div> |
| 45 | + </div> |
| 46 | + |
| 47 | + {{ content }} |
| 48 | + |
| 49 | + <footer class="wrap"> |
| 50 | + <div class="right">© 2014 Facebook Inc.</div> |
| 51 | + </footer> |
| 52 | + </div> |
| 53 | + |
| 54 | + <div id="fb-root"></div> |
| 55 | + <script>(function(d, s, id) { |
| 56 | + var js, fjs = d.getElementsByTagName(s)[0]; |
| 57 | + if (d.getElementById(id)) return; |
| 58 | + js = d.createElement(s); js.id = id; |
| 59 | + js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=1417169611875552"; |
| 60 | + fjs.parentNode.insertBefore(js, fjs); |
| 61 | + }(document, 'script', 'facebook-jssdk'));</script> |
| 62 | +</body> |
| 63 | +</html> |
0 commit comments