This commit is contained in:
2023-03-20 11:38:11 +01:00
parent 22d6c7c14f
commit e34f27b530
83 changed files with 4740 additions and 244189 deletions

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<!-- Converted from HTML to WordPress with Pinegrow Web Editor. https://pinegrow.com -->
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta name="author" content=""/>
<!-- Bootstrap core CSS -->
<!-- Custom styles for this template -->
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"/>
<meta content="Pinegrow Web Editor" name="generator"/>
<?php wp_head(); ?>
</head>
<body class="fw-light text-secondary <?php echo implode(' ', get_body_class()); ?>">
<?php if( function_exists( 'wp_body_open' ) ) wp_body_open(); ?>