19 lines
421 B
TypeScript
19 lines
421 B
TypeScript
<!DOCTYPE html>
|
|
<html lang="en" suppressHydrationWarning>
|
|
<head>
|
|
<link rel="canonical" href="https://www.adenatroofing.com" />
|
|
</head>
|
|
<body
|
|
className={`${interTight.variable} antialiased`}
|
|
>
|
|
<ServiceWrapper>
|
|
<Tag />
|
|
{children}
|
|
<script
|
|
dangerouslySetInnerHTML={{
|
|
__html: `${getVisualEditScript()}`
|
|
}}
|
|
/>
|
|
</ServiceWrapper>
|
|
</body>
|
|
</html> |