<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="google-site-verification" content="mldk-dxHfoPTkbB1zuA1CnMn3VR-but-ddrmEPfVHuw" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1" />
<title>Read & Improve</title>


 <link rel="stylesheet"
	href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" /> 
	
	<!-- MIGRATE SOON TO v4 bootstrap ? 
	
	<link rel="stylesheet" 
	href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" 
	integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" 
	crossorigin="anonymous"> 
	-->
	
<link rel="stylesheet"
	href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" />

	<link
            rel="stylesheet"
            href="https://fonts.googleapis.com/icon?family=Material+Icons"
          />

<!-- my stylesheets: -->
<link rel="stylesheet" href="/css/style.css" />
<!-- <link rel="stylesheet" href="/css/rich-text.css" />-->
<link rel="stylesheet" href="/css/readitor.css" />  
<link rel="stylesheet" href="/css/prism.css" />  

<!-- RUM pingdom -->
<!--  <script src="//rum-static.pingdom.net/pa-5cb5e26efed2bd0016000024.js" async></script>
-->
<!-- <link rel="icon" href="/images/favicon.ico" type="image/x-icon" /> -->
 

</head>
<body>
          
	
	
	
		<!-- React -->
  <!--  <script src="https://unpkg.com/react@15.4.1/dist/react-with-addons.js"></script>
  <script src="https://unpkg.com/react-dom@15.4.1/dist/react-dom.js"></script>
  <script src="https://unpkg.com/babel-standalone@6.19.0/babel.min.js"></script>
 -->
  
  <!-- pusher - as npm module causes errors -->
  	 <script src="https://js.pusher.com/4.4/pusher.min.js"></script>
  		

	<script>
    var RANDI_ENV = "production";
    console.log("RANDI_ENV=" + RANDI_ENV);
     
    // could enable standard google analytics using this with:
    	// conditional script call from : https://www.npmjs.com/package/react-ga 
  </script>
  	 
  	
  		<!-- all routes and displays rendered by react in app: -->
		<div id="app"></div>
		
		<!--  production -->
	<script src="/built/bundle.js"></script>
	
</body>
</html>