fathom/assets/dist/index.html

15 lines
351 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html class="no-js">
<head>
2016-11-22 19:57:16 +00:00
<title>Ana - open web analytics</title>
<link href="/css/styles.css" rel="stylesheet">
</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>
<script src="/js/script.js"></script>
</body>
</html>