寝るのでいったん Push

This commit is contained in:
2023-05-30 00:02:13 +09:00
parent 87def12aa2
commit 251237f0e4
8 changed files with 40 additions and 5 deletions
+19
View File
@@ -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>