eduproj/web/src/app.html
2021-08-28 04:45:16 -05:00

14 lines
334 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%svelte.head%
<style>html, body { margin: 0; paddding: 0; }</style>
</head>
<body>
<div id="svelte">%svelte.body%</div>
</body>
</html>