Browse Source

フォーム追加(側だけ)

pull/2/head
miteruzo 1 year ago
parent
commit
c240d8a8e4
5 changed files with 21 additions and 1 deletions
  1. +3
    -0
      forms/footer.frm.php
  2. +3
    -0
      forms/header.frm.php
  3. +1
    -1
      forms/index.frm.php
  4. +14
    -0
      forms/top.frm.php
  5. +0
    -0
      top.php

+ 3
- 0
forms/footer.frm.php View File

@@ -0,0 +1,3 @@
<footer>
</footer>


+ 3
- 0
forms/header.frm.php View File

@@ -0,0 +1,3 @@
<header>
</header>


+ 1
- 1
forms/index.frm.php View File

@@ -3,7 +3,7 @@
<meta charset="utf8" />
<link rel="stylesheet" href="./styles/index.css" />
<script src="./scripts/main.js" defer="defer"></script>
<title>伊地知ニジカ - 鑑賞編</title>
<title>ニジカもんすたぁ!! - 入口</title>
</head>

<body>


+ 14
- 0
forms/top.frm.php View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf8" />
</head>

<body>
<?php require_once './forms/header.frm.php' ?>
<main>
</main>
<?php require_once './forms/footer.frm.php' ?>
</body>
</html>


+ 0
- 0
top.php View File


Loading…
Cancel
Save