-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrowsers.html
56 lines (54 loc) · 3.27 KB
/
browsers.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>WinGet-Hub | Browsers</title>
<!-- Bootstrap -->
<meta name="google-site-verification" content="Fh6KqGW5CKjeNZUZYahA0oXJHBcSEnsUurIKbCtsKgg" />
<script async src="https://cse.google.com/cse.js?cx=171bc6833fcfe49c7">
</script>
<meta name="description" content="The best place to download programs quickly and easily for Windows.">
<link href="css/bootstrap-4.4.1.css" rel="stylesheet">
</head>
<body>
<!-- Body code goes here -->
<ul class="nav nav-tabs">
<li class="nav-item"> <a class="nav-link" href="https://winget-hub.pages.dev/index.html">Home</a> </li>
<li class="nav-item"> <a class="nav-link active" href="https://winget-hub.pages.dev/browsers.html">Browsers</a> </li>
<li class="nav-item"> <a class="nav-link" href="https://winget-hub.pages.dev/utilities.html">Utilities</a> </li>
<li class="nav-item"> <a class="nav-link" href="https://winget-hub.pages.dev/tweaks.html">Tweaks & Customization</a> </li>
<li class="nav-item"> <a class="nav-link" href="https://winget-hub.pages.dev/devtools.html">Developer Apps</a> </li>
<li class="nav-item"><a class="nav-link" href="https://winget-hub.pages.dev/misc.html">Miscellaneous</a></li>
<li class="nav-item"> <a class="nav-link" href="https://winget-hub.pages.dev/contributions.html">How to Contribute</a></li>
<li class="nav-item"> <a class="nav-link" href="https://winget-hub.pages.dev/about.html">About</a> </li>
</ul>
<!-- Main Body -->
<p style="text-align: center"><h1>Browsers</h1><br>Having issues with downloading? If it says Windows protected your PC, click more and Run Anyway. If it is a different issue, make an issue at <a href="https://github.com/44h4/WinGet-Hub/issues">Github</a> or check the known issues on the <a href="https://winget-hub.pages.dev/index.html" title="Homepage" target="https://winget-hub.pages.dev/index.html">homepage</a>.</p>
<div style="display: flex; justify-content: space-between;">
<div class="box-left">
<h5>Firefox</h5>
<h6><a href="https://winget-hub.pages.dev/batches/firefox.bat" download="firefox.bat">Download</a></h6>
</div>
<div class="box-right">
<h5>Chrome</h5>
<h6><a href="https://winget-hub.pages.dev/batches/chrome.bat" download="chrome.bat">Download</a></h6>
</div>
</div>
<div style="display: flex; justify-content: space-between;">
<div class="box-left">
<h5>Brave</h5>
<h6><a href="https://winget-hub.pages.dev/batches/brave.bat" download="brave.bat">Download</a></h6>
</div>
<div class="box-right">
<h5>Opera</h5>
<h6><a href="https://winget-hub.pages.dev/batches/opera.bat" download="opera.bat">Download</a></h6>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-3.4.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap-4.4.1.js"></script>
</body>
</html>