28 lines
628 B
HTML
28 lines
628 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||
|
|
||
|
<title>Line and Surface</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<noscript>
|
||
|
<strong
|
||
|
>We're sorry but Line and Surface doesn't work properly without
|
||
|
JavaScript enabled. Please enable it to continue.</strong
|
||
|
>
|
||
|
</noscript>
|
||
|
|
||
|
<div id="app"></div>
|
||
|
<script type="module" src="/src/main.ts"></script>
|
||
|
|
||
|
<script
|
||
|
data-goatcounter="https://las.goatcounter.com/count"
|
||
|
async
|
||
|
src="//gc.zgo.at/count.js"
|
||
|
></script>
|
||
|
</body>
|
||
|
</html>
|