フォーム追加(側だけ)

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
+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>