側だけ

This commit is contained in:
2023-05-29 23:34:58 +09:00
parent c631c4d776
commit 87def12aa2
5 changed files with 33 additions and 4 deletions
+5 -1
View File
@@ -2,13 +2,17 @@
<html lang="ja">
<head>
<meta charset="utf8" />
<link rel="stylesheet" href="./styles/index.css" />
<title>ニジカもんすたぁ!! - トップ</title>
</head>
<body>
<?php require_once './forms/header.frm.php' ?>
<main>
<p>ニジカもんすたぁ!! にようこそ!</p>
<h1>ニジカもんすたぁ!! にようこそ!</h1>
</main>
<?php require_once './forms/footer.frm.php' ?>
</body>
</html>