line-and-surface/index.html

28 lines
611 B
HTML
Raw Normal View History

2022-07-26 00:22:16 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
2022-12-07 17:41:22 +01:00
<title>eNeRPe</title>
2022-07-26 00:22:16 +02:00
</head>
<body>
<noscript>
<strong
2022-12-07 17:41:22 +01:00
>We're sorry but eNeRPe doesn't work properly without
2022-07-26 00:22:16 +02:00
JavaScript enabled. Please enable it to continue.</strong
>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script
2022-12-07 17:41:22 +01:00
data-goatcounter="https://enerpe.goatcounter.com/count"
2022-07-26 00:22:16 +02:00
async
src="//gc.zgo.at/count.js"
></script>
</body>
</html>