20 lines
437 B
TypeScript
20 lines
437 B
TypeScript
<!DOCTYPE html>
|
|
<html lang="en" suppressHydrationWarning>
|
|
<head>
|
|
<link rel="canonical" href="https://tsbdc-knoxville.com" />
|
|
</head>
|
|
<body
|
|
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
|
|
>
|
|
<ServiceWrapper>
|
|
<Tag />
|
|
{children}
|
|
<script
|
|
dangerouslySetInnerHTML={{
|
|
__html: `${getVisualEditScript()}`,
|
|
}}
|
|
/>
|
|
</ServiceWrapper>
|
|
</body>
|
|
</html>
|