mirror of
https://github.com/kou029w/_.git
synced 2025-02-03 23:58:44 +00:00
12 lines
350 B
HTML
12 lines
350 B
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<!-- <link rel="icon" href="%sveltekit.assets%/favicon.png" /> -->
|
|
<meta name="viewport" content="width=device-width" />
|
|
%sveltekit.head%
|
|
</head>
|
|
<body data-sveltekit-preload-data="hover">
|
|
<div style="display: contents">%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|