Skip to content

Commit

Permalink
chore: further size reduce of fake_html
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVerrez committed Oct 12, 2023
1 parent 03bb1b7 commit ce7a81f
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions tests/fake_html.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,7 @@
<body>
<section id="list">
<div class="container">
<div class="text-center">
<h1 class="section-heading">SSL Proxy</h1><span class="separator"></span>
<p class="section-subheading">SSL (HTTPS) proxies that are just checked and updated every 10 minutes</p>
<ul class="share-buttons hidden-print">
<li><a href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Ffree-proxy-list.net%2F"
target="_blank" title="Share on Facebook"
onclick="window.open('https://www.facebook.com/sharer.php?u='+encodeURIComponent(document.URL)); gaEvent('share', 'facebook', document.URL); return false;"><i
class="fa fa-facebook"></i><span class="sr-only">Share on Facebook</span></a></li>
<li><a href="https://twitter.com/intent/tweet?source=https%3A%2F%2Ffree-proxy-list.net%2F&amp;text=:%20https%3A%2F%2Ffree-proxy-list.net%2F"
target="_blank" title="Tweet"
onclick="window.open('https://twitter.com/intent/tweet?text=' + encodeURIComponent(document.title) + ':%20' + encodeURIComponent(document.URL)); gaEvent('share', 'twitter', document.URL); return false;"><i
class="fa fa-twitter"></i><span class="sr-only">Tweet</span></a></li>
<li><a href="#" title="Send email"
onclick="window.open('mailto:?subject=' + encodeURIComponent(document.title) + '&amp;body=' + encodeURIComponent(document.URL)); gaEvent('share', 'email', document.URL); return false;"><i
class="fa fa-envelope"></i><span class="sr-only">Send email</span></a></li>
<li><a href="#" title="Print" onclick="gaEvent('share', 'print', document.URL); window.print()"><i
class="fa fa-print"></i><span class="sr-only">Print</span></a></li>
<li><a href="#" title="Get raw list" data-toggle="modal" data-target="#raw"><i
class="fa fa-clipboard"></i><span class="sr-only">Get raw list</span></a></li>
</ul>
</div>
<div class="table-responsive">
<style>
.fpl-list {
height: 730px;
overflow: auto;
}

@media(max-width:991px) {
.fpl-list {
height: 330px;
overflow: auto;
}
}
</style>
<div class="table-responsive fpl-list">
<table class="table table-striped table-bordered">
<thead>
Expand Down Expand Up @@ -1057,10 +1023,6 @@ <h1 class="section-heading">SSL Proxy</h1><span class="separator"></span>
</table>
</div>
</div>
<div class="list-bottom"><a class="btn-blue" href="#services"
onclick="gaEvent('click', 'services/listbottom', 'Buy Premium Proxy');">Buy Premium Proxy<span
class="hidden-xs"> <i class="fa fa-angle-double-down"></i>&nbsp; Save Time</span> &nbsp;<i
class="fa fa-angle-double-down"></i></a></div>
</div>
</section>
</body>
Expand Down

0 comments on commit ce7a81f

Please sign in to comment.