このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
urloli.php/views/includes/header.php

16 行
765 B
PHP
Raw 通常表示 履歴

2022-05-14 04:41:41 +09:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
2022-08-25 18:51:17 +09:00
<meta name="title" content="<?php echo $lang == 'en' ? SITE_NAME_EN : SITE_NAME_JA ?>" />
<meta name="description" content="<?php echo $lang == 'en' ? SITE_DESC_EN : SITE_DESC_JA?>" />
2022-05-15 21:59:00 +09:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
2022-05-14 04:41:41 +09:00
<title><?php echo $title; ?></title>
<link rel="stylesheet" type="text/css" href="/static/style.css" />
</head>
<body>
2022-08-25 18:51:17 +09:00
<h1>
<img class="headerimg" src="/static/logo.jpg" alt="<?php echo LOC_LOGO; ?>" />
</h1>
<div class="body">