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

14 lines
329 B
HTML
Raw Normal View History

2021-12-30 14:15:40 +01:00
<!DOCTYPE html>
<html lang="en">
2021-12-31 11:38:06 +01:00
<head>
<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>
2021-12-30 14:15:40 +01:00
</html>