2016-11-21 12:24:50 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html class="no-js">
|
|
|
|
<head>
|
2016-11-22 19:57:16 +00:00
|
|
|
<title>Ana - open web analytics</title>
|
|
|
|
<link href="/static/css/styles.css" rel="stylesheet">
|
2016-11-21 12:24:50 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
2016-11-21 12:31:06 +00:00
|
|
|
<script>
|
|
|
|
document.documentElement.className = document.documentElement.className.replace('no-js', '');
|
|
|
|
</script>
|
2016-11-22 19:57:16 +00:00
|
|
|
<script src="/static/js/script.js"></script>
|
2016-11-21 12:24:50 +00:00
|
|
|
</body>
|
|
|
|
</html>
|