Skip to content

Commit

Permalink
Merge pull request #15 from god-damnit/main
Browse files Browse the repository at this point in the history
fixed long button issue
  • Loading branch information
MIOGMIOG authored Oct 7, 2024
2 parents 703db66 + db93288 commit 1504f58
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,17 @@
<img src="img/fmhy.png" width="200" alt="..." class="rounded mx-auto d-block">
<h1 class="text-center mt-5">FMHY Filterlist</h1>
<h4 class="text-center mt-3">This filterlist blocks unsafe sites listed in the <a href="https://fmhy.net/unsafesites">unsafe sites list.</a></h4>
<a href="https://subscribe.adblockplus.org/?location=https://raw.githubusercontent.com/fmhy/FMHYFilterlist/main/filterlist.txt&title=FMHY%20Filterlist" target="_blank"><button type="button" id="oneclickinstall" class="btn btn-secondary mt-4 mx-auto d-block" >1 Click Install For Ublock Origin</button></a>
<button type="button" id="oneclickinstall" class="btn btn-secondary mt-4 mx-auto d-block">
<a href="https://subscribe.adblockplus.org/?location=https://raw.githubusercontent.com/fmhy/FMHYFilterlist/main/filterlist.txt&title=FMHY%20Filterlist" target="_blank">
1 Click Install For Ublock Origin
</a>
</button>
<button type="button" id="downloadButton" class="btn btn-primary mt-4 mx-auto d-block" data-bs-toggle="modal" data-bs-target="#exampleModal">Installation Guide</button>
<a href="https://github.com/fmhy/FMHYFilterlist"><button type="button" class="btn btn-secondary mt-4 rounded rounded mx-auto d-block">Github</button></a>
<button type="button" class="btn btn-secondary mt-4 rounded rounded mx-auto d-block">
<a href="https://github.com/fmhy/FMHYFilterlist">
Github
</a>
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
Expand Down

0 comments on commit 1504f58

Please sign in to comment.