website/src/app.html

14 lines
323 B
HTML
Raw Normal View History

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