fathom/static/index.html

13 lines
273 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html class="no-js">
<head>
<script>
document.documentElement.className = document.documentElement.className.replace('no-js', '');
</script>
</head>
<body>
<div id="root"></div>
<script src="/assets/js/script.js"></script>
</body>
</html>