blog/src/app.html

13 lines
395 B
HTML

<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="icon" href="https://moris.day/favicon.ico"/>
<link rel="apple-touch-icon" href="https://moris.day/apple-touch-icon.png"/>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div>%sveltekit.body%</div>
</body>
</html>