2014-10-21 14:30:46 +02:00
|
|
|
<!DOCTYPE html>
|
2014-10-23 13:54:19 +02:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>Unleash</title>
|
2014-10-21 14:30:46 +02:00
|
|
|
<meta name="description" content="unleash">
|
|
|
|
|
2014-10-23 13:54:19 +02:00
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
|
2014-10-24 12:06:32 +02:00
|
|
|
<link rel="stylesheet" href="css/unleash.css">
|
2014-10-21 18:57:05 +02:00
|
|
|
|
2014-10-30 15:49:04 +01:00
|
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/react/0.12.0/react.js"></script>
|
|
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/react/0.12.0/JSXTransformer.js"></script>
|
2014-10-21 18:57:05 +02:00
|
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/reqwest/1.1.4/reqwest.js"></script>
|
2014-10-23 13:54:19 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2014-10-24 13:02:53 +02:00
|
|
|
<div id="content">Loading...</div>
|
2014-10-23 13:54:19 +02:00
|
|
|
<script type="text/jsx" src="js/unleash.jsx"></script>
|
|
|
|
</body>
|
2014-10-24 13:02:53 +02:00
|
|
|
</html>
|