generated from autoblog/Seo
59 lines
2.8 KiB
HTML
59 lines
2.8 KiB
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
|
<title>SEO Authority | Insights Técnicos e Estratégicos</title>
|
||
|
|
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232563eb'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5'/%3E%3C/svg%3E" />
|
||
|
|
<meta name="theme-color" content="#ffffff" />
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="root"></div>
|
||
|
|
<script type="text/javascript">
|
||
|
|
function googleTranslateElementInit() {
|
||
|
|
new google.translate.TranslateElement({pageLanguage: 'pt', includedLanguages: 'en,es,pt', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, autoDisplay: false}, 'google_translate_element');
|
||
|
|
}
|
||
|
|
</script>
|
||
|
|
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
||
|
|
<script type="module" src="/src/main.tsx"></script>
|
||
|
|
|
||
|
|
<!-- Theme Auto-Updater injected by autoblogia -->
|
||
|
|
<script>
|
||
|
|
window.addEventListener('message', (event) => {
|
||
|
|
if (event.data && event.data.type === 'UPDATE_APPEARANCE') {
|
||
|
|
const { primaryColor, backgroundColor, fontFamily } = event.data.settings;
|
||
|
|
const root = document.documentElement;
|
||
|
|
const style = root.style;
|
||
|
|
|
||
|
|
if (primaryColor) {
|
||
|
|
style.setProperty('--primary', primaryColor);
|
||
|
|
style.setProperty('--color-primary', primaryColor);
|
||
|
|
style.setProperty('--color-tech-primary', primaryColor);
|
||
|
|
style.setProperty('--color-seo-primary', primaryColor);
|
||
|
|
style.setProperty('--color-finance-primary', primaryColor);
|
||
|
|
style.setProperty('--color-recipe-primary', primaryColor);
|
||
|
|
style.setProperty('--color-health-primary', primaryColor);
|
||
|
|
style.setProperty('--color-corporate-primary', primaryColor);
|
||
|
|
}
|
||
|
|
if (backgroundColor) {
|
||
|
|
style.setProperty('--background', backgroundColor);
|
||
|
|
style.setProperty('--color-bg', backgroundColor);
|
||
|
|
style.setProperty('--color-tech-surface', backgroundColor);
|
||
|
|
style.setProperty('--color-seo-surface', backgroundColor);
|
||
|
|
style.backgroundColor = backgroundColor;
|
||
|
|
}
|
||
|
|
if (fontFamily) {
|
||
|
|
const fontString = '"' + fontFamily + '", sans-serif';
|
||
|
|
style.setProperty('--font-family', fontString);
|
||
|
|
style.setProperty('--font-sans', fontString);
|
||
|
|
style.fontFamily = fontString;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
});
|
||
|
|
// Ping parent window that we are ready
|
||
|
|
window.parent.postMessage({ type: 'IFRAME_READY' }, '*');
|
||
|
|
</script>
|
||
|
|
</body>
|
||
|
|
</html>
|
||
|
|
|