develop/main #5

Merged
みてるぞ merged 7 commits from develop/main into main 2023-05-25 23:03:07 +09:00
5 changed files with 21 additions and 1 deletions
Showing only changes of commit c240d8a8e4 - Show all commits
+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" /> <meta charset="utf8" />
<link rel="stylesheet" href="./styles/index.css" /> <link rel="stylesheet" href="./styles/index.css" />
<script src="./scripts/main.js" defer="defer"></script> <script src="./scripts/main.js" defer="defer"></script>
<title>伊地知ニジカ - 鑑賞編</title> <title>ニジカもんすたぁ!! - 入口</title>
</head> </head>
<body> <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