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-08 22:27:43 +01:00
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="https://necolas.github.io/normalize.css/8.0.1/normalize.css"
|
|
|
|
integrity="sha256-WAgYcAck1C1/zEl5sBl5cfyhxtLgKGdpI3oKyJffVRI="
|
|
|
|
crossorigin="anonymous"
|
|
|
|
/>
|
|
|
|
|
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-08 22:27:43 +01:00
|
|
|
>We're sorry but eNeRPe doesn't work properly without JavaScript
|
|
|
|
enabled. Please enable it to continue.</strong
|
2022-07-26 00:22:16 +02:00
|
|
|
>
|
|
|
|
</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>
|