wow
This commit is contained in:
11
index.html
11
index.html
@@ -213,10 +213,21 @@
|
||||
|
||||
<!-- Performance Optimization -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link rel="dns-prefetch" href="https://fonts.gstatic.com" />
|
||||
|
||||
<!-- Non-blocking font loading with font-display: swap -->
|
||||
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@600;700;800&display=swap" />
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@600;700;800&display=swap" media="print" onload="this.media='all'" />
|
||||
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@600;700;800&display=swap" /></noscript>
|
||||
|
||||
<!-- Critical asset preloads -->
|
||||
<link rel="preload" href="/logo_bayarea.svg" as="image" />
|
||||
<link rel="preload" href="/serverroom.webp" as="image" type="image/webp" />
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://bayarea-cc.com/" />
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/svg+xml" href="/logo_bayarea.svg" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/logo_bayarea.svg" />
|
||||
|
||||
Reference in New Issue
Block a user