premik v web

This commit is contained in:
2023-08-16 22:10:49 +02:00
parent 478c6f02bd
commit 61466fbcec
51 changed files with 0 additions and 0 deletions

16
web/_pgexport/header.php Normal file
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(); ?>