-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (42 loc) · 1.54 KB
/
index.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
<!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.0">
<title>SOFTWARES</title>
<link rel='stylesheet' href='../vendor/normalize.css'>
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Press+Start+2P'>
<link rel='stylesheet' href='fonts.css'>
<script src='../vendor/prefixfree.min.js'></script>
</head>
<body>
<center>
<h1><p>Programas para baixar: </p></h1>
<table>
<tr>
<th>Programa</th>
<th>Link</th>
</tr>
<tr>
<td>Winrar</td>
<td><a href="https://www.rarlab.com/rar/wrar601br.exe">32bits</a></td>
<td><a href="https://www.rarlab.com/rar/winrar-x64-601br.exe">64bits</a></td>
</tr>
<tr>
<td>qBitorrent</td>
<td><a href="https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.3.4.1/qbittorrent_4.3.4.1_setup.exe/download">32bits</a></td>
<td><a href="https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.3.4.1/qbittorrent_4.3.4.1_x64_setup.exe/download">64bits</a></td>
</tr>
<tr>
<td>TeamViewer</td>
<td><a href="https://dl.teamviewer.com/download/version_15x/TeamViewer_Setup.exe">Download</a></td>
</tr>
<tr>
<td>AnyDesk</td>
<td><a href="https://download.anydesk.com/AnyDesk.exe">Download</a></td>
</tr>
</table>
</center>
</body>
</html>