Files
webgems/app.html
lostdesign 3ada0da370 ♻️ updates domain
2020-04-28 18:22:19 +02:00

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>