This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
nizika
Watch
0
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
フォーム追加(側だけ)
pull/2/head
miteruzo
1 year ago
parent
249a665557
commit
c240d8a8e4
5 changed files
with
21 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
forms/footer.frm.php
+3
-0
forms/header.frm.php
+1
-1
forms/index.frm.php
+14
-0
forms/top.frm.php
+0
-0
top.php
+ 3
- 0
forms/footer.frm.php
View File
@@ -0,0 +1,3 @@
<footer>
</footer>
+ 3
- 0
forms/header.frm.php
View File
@@ -0,0 +1,3 @@
<header>
</header>
+ 1
- 1
forms/index.frm.php
View File
@@ -3,7 +3,7 @@
<meta charset="utf8" />
<link rel="stylesheet" href="./styles/index.css" />
<script src="./scripts/main.js" defer="defer"></script>
<title>
伊地知ニジカ - 鑑賞編
</title>
<title>
ニジカもんすたぁ!! - 入口
</title>
</head>
<body>
+ 14
- 0
forms/top.frm.php
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>
+ 0
- 0
top.php
View File
Write
Preview
Loading…
Cancel
Save