-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
58 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,12 +24,13 @@ | |
<a href="#ContactUs">Contact Us</a> | ||
<a href="#Services">Services</a> | ||
</div> | ||
<a href="#Download"> <button style='margin-left:auto;background-color:#fa6400;width:90%;height:75%;'>Get App</button></a> | ||
<a href="#Download" class="btn" style="margin-top: 0;">Get | ||
App</a> | ||
</header> | ||
<div id="Home" style="overflow: hidden;"> | ||
<p>Freedom Warp <br>Freedom Vibe <br> Freedom Plus <br>All in <br> Freedom Guard</p> | ||
<img src="ico.png" width="30%" style="border-radius: 50%;" alt=""> | ||
<a class="btn" href="#Download"><button>Get Freedom Guard (Free)</button></a> | ||
<a class="btn fade" href="#Download">Get Freedom Guard (Free)</a> | ||
</div> | ||
<h2 style="text-align: center;background-color: #27253a;border-radius: 0 0 10px 10px;">Download Freedom Guard</h2> | ||
<div id="Download"> | ||
|
@@ -76,26 +77,29 @@ <h2>Freedom Browser</h2> | |
</div> | ||
|
||
<h2 style="margin-top: auto;">All in Freedom Guard</h2> | ||
<a class="btn" href="#Download"></a> | ||
</div> | ||
<div id="AboutUs"> | ||
<h2>What is Freedom Guard?</h2> | ||
<p style="margin: 10px;margin-bottom: auto;">Freedom Guard is a tool to bypass internet censorship. Freedom Guard works on the core of other software such as Warp Plus. Freedom Guard is not just a software, Freedom Guard was created with the aim of free internet and continues | ||
</p> | ||
<a class="btn" href="https://github.com/Freedom-Guard/Freedom-Guard"><button>Github Repository</button></a> | ||
<p style="margin: 10px;margin-bottom: auto;">Freedom Guard is a tool to bypass internet censorship. Freedom | ||
Guard works on the core of other software such as Warp Plus. Freedom Guard is not just a software, Freedom | ||
Guard was created with the aim of free internet and continues | ||
</p> | ||
<a class="btn" href="https://github.com/Freedom-Guard/Freedom-Guard">Github Repository</a> | ||
</div> | ||
<div id="ContactUs"> | ||
<h2>Contact US</h2> | ||
<p style="margin: 10px;margin-bottom: auto;">You can use [email protected] to contact us. | ||
You can also visit the Freedom Guard GitHub project for help and request a pull or issue from there.</p> | ||
<a class="btn" href="https://github.com/Freedom-Guard/Freedom-Guard"><button>Github Repository</button></a> | ||
<a class="btn" href="mailto:[email protected]"><button>Email</button></a> | ||
<a class="btn" href="https://youtube.com/@Freedom_Guard_Net"><button>youtube channel</button></a> | ||
<a class="btn" href="https://t.me/Freedom_Guard_Net"><button>telegram channel</button></a> | ||
<a class="btn" href="https://github.com/Freedom-Guard/Freedom-Guard">Github Repository</a> | ||
<a class="btn" href="mailto:[email protected]">Email</a> | ||
<a class="btn" href="https://youtube.com/@Freedom_Guard_Net">youtube channel</a> | ||
<a class="btn" href="https://t.me/Freedom_Guard_Net">telegram channel</a> | ||
</div> | ||
<footer> | ||
<p>Copyright © 2025 Freedom Guard</p> | ||
</footer> | ||
<script src="script.js"></script> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters