HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/hcv/wp-content/themes/hockey/header-static.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
  <meta charset="<?php bloginfo( 'charset' ); ?>" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">


  <title>
    <?= wp_title() ?>
  </title>
  <?php wp_head(); ?>


  <link href="<?= THEMEROOT . 'frontend/css/styles.css' ?>" rel="stylesheet">

  <link href="https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,400;0,500;0,600;0,700;1,700&display=swap" rel="stylesheet">


  <?php

  $html = '<script type="text/javascript">';
  $html .= 'var ajaxurl = "' . admin_url('admin-ajax.php') . '";';
  $html .= 'var themeurl = "' . get_template_directory_uri() . '";';
  $html .= 'var siteurl = "' . get_site_url() . '";';
  $html .= '</script>';

  echo $html;

  ?>



</head>

<body <?php body_class(); ?> id="<?php the_ID() ?>">
<header class="site-header headroom headroom--not-top headroom--not-bottom">
      <div class="container">
        <div class="site-header__wrap">  
          <a href="http://localhost/hockey-coach" class="site-header__logo site-header__logo-mobile">
            <img class="site-header__logo-img" src="<?= THEMEROOT ?>/frontend/img/hockey-coach-vision-logo.svg" alt="Hockey Coach Vision Logo">
          </a>
          <button class="hamburger hamburger--squeeze" type="button">
            <span class="hamburger-box">
              <span class="hamburger-inner"></span>
            </span>
          </button>
          <nav class="site-header__nav">
            <ul class="site-header__main-nav">       
                            <li class="site-header__item ">
                    <a href="#" class="site-header__link">Drill store</a>
              </li>
                                            <li class="site-header__item ">
                    <a href="#" class="site-header__link">News</a>
              </li>
                                            <li class="site-header__item ">
                    <a href="#" class="site-header__link">Features</a>
              </li>
                    
                <a href="http://localhost/hockey-coach" class="site-header__logo">
                  <img class="site-header__logo-img" src="<?= THEMEROOT ?>/frontend/img/hockey-coach-vision-logo.svg" alt="Hockey Coach Vision Logo">
                </a>
                                            <li class="site-header__item ">
                    <a href="#" class="site-header__link">Free drills</a>
              </li>
                                            <li class="site-header__item ">
                    <a href="#" class="site-header__link">Support</a>
              </li>
                                            <li class="site-header__item ">
                    <a href="#" class="site-header__link">Contact</a>
              </li>
                                              <a href="http://localhost/hockey-coach/" class="site-header__floating-button"><span>Get it now</span></a>
            </ul>
          </nav>
        </div>
      </div> 
    </header>