mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-13 18:40:06 -04:00
13 lines
355 B
HTML
13 lines
355 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%svelte.assets%/favicon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="manifest" crossorigin="use-credentials" href="%svelte.assets%/manifest.json">
|
|
%svelte.head%
|
|
</head>
|
|
<body>
|
|
%svelte.body%
|
|
</body>
|
|
</html>
|