planetwars.dev/web/pw-server/src/app.html

21 lines
446 B
HTML
Raw Normal View History

2021-12-30 14:15:40 +01:00
<!DOCTYPE html>
<html lang="en">
2022-02-02 23:15:55 +01:00
<head>
<!-- polyfill global -->
<script>
const global = globalThis;
</script>
<!-- end polyfill -->
2022-01-02 17:57:40 +01:00
2022-02-02 23:15:55 +01:00
<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>
2022-01-02 17:57:40 +01:00
2022-02-02 23:15:55 +01:00
<body>
<div id="svelte">%svelte.body%</div>
</body>
</html>