mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-05 08:54:28 +02:00
17 lines
510 B
HTML
17 lines
510 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%sveltekit.assets%/logo.svg" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
%sveltekit.head%
|
|
</head>
|
|
<body>
|
|
<div>%sveltekit.body%</div>
|
|
</body>
|
|
<noscript>
|
|
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MQ6K849" height="0" width="0" style="display:none;visibility:hidden"></iframe>
|
|
</noscript>
|
|
</html>
|