File: /volume1/web/wordpress/wp-content/themes/amphibious/header.php
<?php
/**
* The header for our theme.
*
* Displays all of the <head> section and everything up till <div id="content">
*
* @package Amphibious
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="profile" href="http://gmpg.org/xfn/11">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<div id="page" class="site-wrapper site">
<a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'amphibious' ); ?></a>
<?php
// Site Header
get_template_part( 'template-parts/site-header' );
?>
<div id="content" class="site-content">