UNPKG

@networkpro/web

Version:

Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies

66 lines (55 loc) 1.96 kB
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!-- ===================================================================== Copyright © 2025-2026 Network Pro Strategies (Network Pro™) SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later This file is part of Network Pro. ====================================================================== --> <!-- ✅ DO NOT include any <title> or <meta name="description"> tags here Titles and metadata are managed by SvelteKit via MetaTags.svelte --> <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" /> <!-- Favicon: Keep only ICO for max compatibility --> <link rel="icon" href="%sveltekit.assets%/favicon.ico" sizes="any" type="image/x-icon" /> <!-- Preload FontAwesome webfonts --> <link rel="preload" href="/webfonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> <link rel="preload" href="/webfonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> <!-- PWA --> <meta name="theme-color" content="#ffc627" /> <link rel="manifest" href="/manifest.json" /> <meta name="mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <!-- cspell:disable --> <meta name="facebook-domain-verification" content="bx4ham0zkpvzztzu213bhpt76m9siq" /> <!-- cspell:enable --> <meta name="generator" content="SvelteKit 2.53.4" /> <script src="/disableSw.js"></script> %sveltekit.head% </head> <body> <div id="svelte">%sveltekit.body%</div> </body> </html>