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