20 lines
423 B
PHP
20 lines
423 B
PHP
<!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>
|
|
|