mirror of
https://github.com/danbulant/Mangades
synced 2026-07-05 11:00:40 +00:00
15 lines
No EOL
537 B
HTML
15 lines
No EOL
537 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<script data-goatcounter="https://manga.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="stylesheet" href="%sveltekit.assets%/swiper.min.css" />
|
|
<link rel="stylesheet" href="%sveltekit.assets%/global.css" />
|
|
%sveltekit.head%
|
|
</head>
|
|
<body>
|
|
<div id="svelte">%sveltekit.body%</div>
|
|
</body>
|
|
</html> |