You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!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>
|