mirror of
https://github.com/fmhy/FMHYFilterlist.git
synced 2026-03-11 08:55:41 +00:00
fixed long button issue
This commit is contained in:
parent
703db667ca
commit
db932884c2
1 changed files with 10 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue