File: /var/www/linde-ai/wp-content/themes/linde/templates/base/html-header.twig
<!doctype html>
<html {{ site.language_attributes }}>
<head>
<meta charset='{{ site.charset }}'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="apple-touch-icon" sizes="16x16" href="{{ site.theme.link }}/frontend/img/favicon/apple-touch-icon-16x16.png" />
<link rel="apple-touch-icon" sizes="24x24" href="{{ site.theme.link }}/frontend/img/favicon/apple-touch-icon-24x24.png" />
<link rel="apple-touch-icon" sizes="32x32" href="{{ site.theme.link }}/frontend/img/favicon/apple-touch-icon-32x32.png" />
<link rel="apple-touch-icon" sizes="48x48" href="{{ site.theme.link }}/frontend/img/favicon/apple-touch-icon-48x48.png" />
<link rel="apple-touch-icon" sizes="64x64" href="{{ site.theme.link }}/frontend/img/favicon/apple-touch-icon-64x64.png" />
<link rel="shortcut icon" href="{{ site.theme.link }}/frontend/img/favicon/favicon.ico" />
{{ function( 'wp_head' ) }}
<link href="{{ site.theme.link }}/frontend/js/vendor/OwlCarousel2-2.3.4/dist/assets/owl.carousel.min.css" rel="stylesheet">
<link href="{{ site.theme.link }}/frontend/js/vendor/OwlCarousel2-2.3.4/dist/assets/owl.theme.default.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.knightlab.com/libs/juxtapose/latest/css/juxtapose.css">
<link href="{{ site.theme.link }}/frontend/css/styles.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/object-fit-images/3.2.4/ofi.min.js" integrity="sha512-7taFZYSf0eAWyi1UvMzNrBoPVuvLU7KX6h10e4AzyHVnPjzuxeGWbXYX+ED9zXVVq+r9Xox5WqvABACBSCevmg==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/picturefill/3.0.3/picturefill.min.js" integrity="sha512-Nh/FthCqOFq56kGp1DsNb6GKK29iIv2ZJc7Fylln1WRrWpeE5LjSBWeAp61dkBASDxZT12aL9mZyIrhsAqgRpw==" crossorigin="anonymous"></script>
<script src="https://www.google.com/recaptcha/api.js?render=6Lc_PDYqAAAAAILAbCYdOsNNquFpyxTI5IA7LE0L"></script>
<script>
var googleAnalyticsTrackingId = "{{ ganalytics }}"
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
</script>
</head>