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>
-
- <p>詳細は <a href="http://miteruzo.ml:3000/miteruzo/nizika/wiki" target="_blank">Git 内 Wiki</a> を御覧ください.</p>
- </main>
-
- <?php require_once './forms/footer.frm.php' ?>
- </body>
- </html>
-
|