-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevtools.html
81 lines (77 loc) · 4.22 KB
/
devtools.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!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" 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 active" 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>Utilities </h1>
<br>Having issues with downloading? If it says Windows protected your PC, click more and Run Anyway, if we were to get the certificate it would cost ~$300 a year. 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></h6>
</div>
<div style="display: flex; justify-content: space-between; margin-bottom: 20px;">
<div class="box-left">
<h5>7-ZIP</h5>
<h6><a href="https://winget-hub.pages.dev/batches/7z.bat" download="7z.bat">Download</a></h6>
</div>
<div class="box-right">
<h5>WinRAR</h5>
<h6><a href="https://winget-hub.pages.dev/batches/winrar.bat" download="winrar.bat">Download</a></h6>
</div>
</div>
<div style="display: flex; justify-content: space-between; margin-bottom: 20px;">
<div class="box-left">
<h5>CCleaner</h5>
<h6><a href="https://winget-hub.pages.dev/batches/ccleaner.bat" download="ccleaner.bat">Download</a></h6>
</div>
<div class="box-right">
<h5>BleachBit</h5>
<h6><a href="https://winget-hub.pages.dev/batches/beachbit.bat" download="bleachbit.bat">Download</a></h6>
</div>
</div>
<div style="display: flex; justify-content: space-between; margin-bottom: 20px;">
<div class="box-left">
<h5>VLC</h5>
<h6><a href="https://winget-hub.pages.dev/batches/vlc.bat" download="vlc.bat">Download</a></h6>
</div>
<div class="box-right">
<h5>Terminal (Windows)</h5>
<h6><a href="https://winget-hub.pages.dev/batches/terminal.bat" download="terminal.bat">Download</a></h6>
</div>
</div>
<div style="display: flex; justify-content: space-between; margin-bottom: 20px;">
<div class="box-left">
<h5>Foxit PDF</h5>
<h6><a href="https://winget-hub.pages.dev/batches/foxitpdf.bat" download="foxit.bat">Download</a></h6>
</div>
<div class="box-right">
<h5>Sumatra PDF<h5>
<h6><a href="https://winget-hub.pages.dev/batches/sumatrapdf.bat" download="sumatrapdf.bat">Download</a></h6>
</div>
</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>