寝るのでいったん Push
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
<html lang="ja">
|
||||
<head>
|
||||
<meta charset="utf8" />
|
||||
<link rel="stylesheet" href="./styles/index.css" />
|
||||
<link rel="stylesheet" href="./styles/style.css" />
|
||||
<title>ニジカもんすたぁ!! - このサイトについて</title>
|
||||
</head>
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<header>
|
||||
<ul>
|
||||
<ul id="global-menu">
|
||||
<li><a href="/top.php">トップ</a></li>
|
||||
<li><a href="/products">作品</a></li>
|
||||
<li><a href="/licence.php">社会契約</a></li>
|
||||
<li><a href="/about.php">このサイトについて</a></li>
|
||||
</ul>
|
||||
</header>
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ja">
|
||||
<head>
|
||||
<meta charset="utf8" />
|
||||
<link rel="stylesheet" href="./styles/style.css" />
|
||||
<title>ニジカもんすたぁ!! - 社会契約</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php require_once './forms/header.frm.php' ?>
|
||||
|
||||
<main>
|
||||
<h1>社会契約</h1>
|
||||
</main>
|
||||
|
||||
<?php require_once './forms/footer.frm.php' ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
<html lang="ja">
|
||||
<head>
|
||||
<meta charset="utf8" />
|
||||
<link rel="stylesheet" href="./styles/index.css" />
|
||||
<link rel="stylesheet" href="./styles/style.css" />
|
||||
<title>ニジカもんすたぁ!! - トップ</title>
|
||||
</head>
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
require_once './forms/licence.frm.php';
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<html lang="ja">
|
||||
<head>
|
||||
<meta charset="utf8" />
|
||||
<link rel="stylesheet" href="../styles/index.css" />
|
||||
<link rel="stylesheet" href="../styles/style.css" />
|
||||
<title>ニジカもんすたぁ!! - 作品</title>
|
||||
</head>
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
|
||||
require_once './forms/index.frm';
|
||||
require_once './forms/index.frm.php';
|
||||
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
#global-menu
|
||||
{
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
#global-menu > li
|
||||
{
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user