<!doctype html>
		<html>
		<head>
			<meta charset="utf-8">
			<title>Readernaut</title>
			<meta name="description" content="We are a small community of readers, sharing our adventures and supporting each other as we persue a life of learning.">
			<meta name="viewport" content="initial-scale=1, maximum-scale=1">
			<link rel="apple-touch-icon-precomposed" href="/static/images/apple-touch-icon.png" />
			<link rel="shortcut icon" href="/static/images/favicon.png">
			<link rel="stylesheet" href="/static/styles/screen.css">
		</head>
		<body>
			<div id="main"></div>
			<script src="/static/dist/bundle.js"></script>
		</body>
		</html>
	