20 lines
446 B
HTML
20 lines
446 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- polyfill global -->
|
|
<script>
|
|
const global = globalThis;
|
|
</script>
|
|
<!-- end polyfill -->
|
|
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
%svelte.head%
|
|
</head>
|
|
|
|
<body>
|
|
<div id="svelte">%svelte.body%</div>
|
|
</body>
|
|
</html>
|