Skip to content

Instantly share code, notes, and snippets.

@anutron
Created May 9, 2014 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anutron/e1a815867ff69d51af43 to your computer and use it in GitHub Desktop.
Save anutron/e1a815867ff69d51af43 to your computer and use it in GitHub Desktop.
react.html
<!DOCTYPE html>
<html>
<head>
<title> - Thanx - What Dashboards Should Be</title>
<link href="http://app.thanx-web.dev/assets/dashboard/dashboard.css?body=1" media="screen" rel="stylesheet" type="text/css" />
<link href="http://app.thanx-web.dev/assets/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<meta content="authenticity_token" name="csrf-param" />
<meta content="Xac6epF3MRCbxnth8zjwrlcTDRlqNIxywLrMHErc8t0=" name="csrf-token" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31812350-1']);
_gaq.push(['_setDomainName', '.thanx.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="//maps.google.com/maps/api/js?sensor=true" type="text/javascript"></script>
<script src="http://app.thanx-web.dev/assets/sandbox.js?body=1" type="text/javascript"></script>
<script src="http://app.thanx-web.dev/assets/react.js?body=1" type="text/javascript"></script>
</head>
<body>
<div class="main">
<div class="container-fluid">
<header>
<img alt="Thanx-board" src="http://app.thanx-web.dev/assets/thanx-board.png" />
</header>
<div id="example"></div>
<script type="text/jsx">
/** @jsx React.DOM */
React.renderComponent(
<h1>Hello, world!</h1>,
document.getElementById('example')
);
</script>
</div>
</div>
<footer></footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment