フォーム追加(側だけ)

This commit is contained in:
2023-05-23 08:34:33 +09:00
parent 249a665557
commit c240d8a8e4
5 changed files with 21 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
<footer>
</footer>
+3
View File
@@ -0,0 +1,3 @@
<header>
</header>
+1 -1
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
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>
View File