このコミットが含まれているのは:
守矢諏訪子 2023-05-01 13:54:25 +09:00
コミット 993a966e77
2個のファイルの変更4行の追加4行の削除

ファイルの表示

@ -6,13 +6,13 @@ The world's first free and open source web archiver.
## 設置方法 ## 設置方法
```sh ```sh
git clone https://gitler.moe/suwako/hozon.site.php.git hozonsite && cd hozonsite/www git clone https://gitler.moe/suwako/hozonsite.php.git && cd hozonsite/www
chown nginx:nginx archive chown nginx:nginx archive
``` ```
OR OR
```sh ```sh
git clone https://gitler.moe/suwako/hozon.site.php.git hozonsite && cd hozonsite/www git clone https://gitler.moe/suwako/hozonsite.php.git && cd hozonsite/www
chown www-data:www-data archive chown www-data:www-data archive
``` ```

ファイルの表示

@ -142,7 +142,7 @@
<div class="body"> <div class="body">
<p> <p>
<a href="/"><?= LOC_TOP; ?></a> | <a href="/"><?= LOC_TOP; ?></a> |
<?= LOC_BETA_BAN1; ?><a href="https://gitler.moe/suwako/hozon.site.php/issues"><?= LOC_BETA_BAN2; ?></a> <?= LOC_BETA_BAN1; ?><a href="https://gitler.moe/suwako/hozonsite.php/issues"><?= LOC_BETA_BAN2; ?></a>
</p> </p>
<form method="post" action="/"> <form method="post" action="/">
<div class="switchlang"> <div class="switchlang">
@ -187,7 +187,7 @@
</div> </div>
</div> </div>
<div class="footer"> <div class="footer">
<a href="https://gitler.moe/suwako/hozon.site.php"><img src="/git.png" alt="<?= LOC_SOURCE_CODE; ?>" /></a> | <a href="https://076.moe/"></a> <a href="https://gitler.moe/suwako/hozonsite.php"><img src="/git.png" alt="<?= LOC_SOURCE_CODE; ?>" /></a> | <a href="https://076.moe/"></a>
</div> </div>
</body> </body>
</html> </html>