Skip to content

Commit

Permalink
✏ タイトルの変更その他
Browse files Browse the repository at this point in the history
  • Loading branch information
10mocy committed Jan 17, 2018
1 parent ce94b24 commit 175a3b8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions protect-yourself/account-list/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php
include "../../inc/config.php";
$title = "リストをダウンロードする";
include "../../inc/header.php";
?>
<div class="container">
<h1>リストをダウンロードする</h1>
<p>
GitHubにて、<a href="https://twitter.com/settings/blocked" target="blank">Twitterの設定</a>でインポートできるアカウントリストを提供しております。
</p>
<div class="column">
<div class="card">
<div class="card-icon"><i class="fa fa-download" aria-hidden="true"></i></div>
<div class="card-header">Twitter-FFACのダウンロード</div>
<div class="card-content">
ダウンロードされたzipファイルを展開し、<br />
lists/blacklist.csvを<a href="https://twitter.com/settings/blocked" target="blank">Twitterの設定</a>からインポートしてください。
<a class="btn" href="https://github.com/Twitter-FFAC/fight-for-artistic-creativity/archive/master.zip">ダウンロード</a>
<a class="btn" href="https://twitter.com/settings/blocked">設定を開く</a>
</div>
</div>
</div>
</div>
<?php include "../../inc/footer.php"; ?>
2 changes: 1 addition & 1 deletion protect-yourself/twitter/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
include "../../inc/config.php";
$title = "自分で守る";
$title = "Twitter連携を利用する";
include "../../inc/header.php";
?>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion protect-yourself/twitter/list.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
include "../../inc/config.php";
$title = "自分で守る";
$title = "ブロックしたいアカウントを選択する";
include "../../inc/header.php";

if(!isset($_SESSION["access_token"])) {
Expand Down

0 comments on commit 175a3b8

Please sign in to comment.