planetwars.dev/web/pw-server/src/app.html
2022-02-02 23:21:08 +01:00

21 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>