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

19 行
717 B
PHP

<!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" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title><?php echo $title; ?></title>
<link rel="stylesheet" type="text/css" href="/static/style.css" />
<style>
body {
background-image: url('/static/<?php echo $bg; ?>.png');
background-repeat: no-repeat;
background-position: <?php echo $bgpos; ?>;
}
</style>
</head>
<body>
<h1><span><?php echo $h1; ?></span></h1>
<div class="nihongo">