HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: /virtual/nagasaki/public_html/shop/wp-content/themes/riffles_ver1.1/header-nomenu.php
<?php
/**
 * @package     Riffles
 * @link        http://www.u-hg.com/
 * @author      RiffleHatch
 * @copyright   Copyright (c)2014 RiffleHatch
 */
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>

<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title><?php wp_title('&ndash;', true, 'right'); ?></title>
<?php wp_head(); ?>
<link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon/favicon.ico" type="image/vnd.microsoft.icon">
</head>

<body <?php body_class(); ?>>

<header id="header">
<div class="row clear">
    <div class="site-title col col-4 tablet-col-4 mobile-full">
        <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
			<h1 class="text-center"><?php bloginfo( 'name' ); ?></h1>
			<p class="text-center descriptionp"><?php bloginfo( 'description' ); ?></p>
        </a>
    </div>
</div><!-- row -->
</header>