primo-app
Version:
primo is an all-in-one ide, cms, component library, and static site generator
24 lines (19 loc) • 675 B
HTML
<html lang="en" style="overscroll-behavior-x: none;">
<!-- Prevent two-finger swipe back -->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/png" href="./favicon.png" />
<link rel="stylesheet" href="./codemirror.css" />
<link rel="stylesheet" href="./build/bundle.css" />
<script type="module" src="./build/main.js"></script>
<!-- <script defer src="./build/bundle.js"></script> -->
</head>
<body></body>
<script
data-goatcounter="https://primo.goatcounter.com/count"
async
src="//gc.zgo.at/count.js"
></script>
</html>