@networkpro/web
Version:
Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies
80 lines (67 loc) • 2.34 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- =====================================================================
Copyright © 2025 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.
====================================================================== -->
<title>%sveltekit.title%</title>
<meta name="description" content="%sveltekit.description%" />
<meta
name="robots"
content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="author" content="Scott Lopez" />
<!-- Favicon: Keep only ICO for max compatibility -->
<link
rel="icon"
href="%sveltekit.assets%/favicon.ico"
sizes="any"
type="image/x-icon" />
<!-- Preconnect to PostHog domains -->
<link
rel="preconnect"
href="https://us.i.posthog.com"
crossorigin="anonymous" />
<link
rel="preconnect"
href="https://us-assets.i.posthog.com"
crossorigin="anonymous" />
<!-- 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.21.5" />
<script src="/disableSw.js"></script>
%sveltekit.head%
</head>
<body>
<div id="svelte">%sveltekit.body%</div>
<!-- LinkedIn Insight Tag removed 2025-05-26 by SunDevil311 -->
<!-- cspell:ignore preconnects webfonts lintrk -->
</body>
</html>