Files
webgems/app.html
2020-04-28 18:17:05 +02:00

17 lines
436 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://starfish.taskflow.io/core.js"><\/script>');
</script>
<!-- / Fathom -->
{{ HEAD }}
</head>
<body {{ BODY_ATTRS }}>
{{ APP }}
</body>
</html>