fathom/assets/index.html

15 lines
375 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html class="no-js">
<head>
2018-04-24 10:12:38 +02:00
<title>Fathom - simple website analytics</title>
<link href="/css/styles.css" rel="stylesheet">
</head>
2018-05-01 16:06:17 +02:00
<body class="fathom">
<div id="root"></div>
2016-11-21 13:31:06 +01:00
<script>
document.documentElement.className = document.documentElement.className.replace('no-js', '');
</script>
<script src="/js/script.js"></script>
</body>
</html>