mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-14 11:00:05 -04:00
14 lines
455 B
HTML
14 lines
455 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta name="theme-color" content="#f8fafc" />
|
|
<link rel="manifest" crossorigin="use-credentials" href="%sveltekit.assets%/manifest.json" />
|
|
%sveltekit.head%
|
|
</head>
|
|
<body>
|
|
<div style="display: contents">%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|