17 lines
433 B
HTML
17 lines
433 B
HTML
<!DOCTYPE html>
|
|
<html {{ HTML_ATTRS }}>
|
|
<head {{ HEAD_ATTRS }}>
|
|
<!-- Fathom - beautiful, simple website analytics -->
|
|
<script src="https://cdn.usefathom.com/3.js" site="OCSVINVR"></script>
|
|
<script>
|
|
window.fathom || document.write('<script src="https://quokka.webgems.io/core.js"><\/script>');
|
|
</script>
|
|
<!-- / Fathom -->
|
|
|
|
{{ HEAD }}
|
|
</head>
|
|
<body {{ BODY_ATTRS }}>
|
|
{{ APP }}
|
|
</body>
|
|
</html>
|