website/src/app.html

13 lines
281 B
HTML
Raw Normal View History

2022-02-28 23:42:33 +05:30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/logo.png" />
2022-02-28 23:42:33 +05:30
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
2022-02-28 23:42:33 +05:30
</head>
<body>
<div>%sveltekit.body%</div>
2022-02-28 23:42:33 +05:30
</body>
</html>