-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 2.7 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>HTML TABLE</title>
</head><body>
<table>
<colgroup><col/><col/><col/><col/><col/></colgroup>
<tr><th>App</th><th>Version</th><th>Status</th><th>Last Check At</th><th>Source</th></tr>
<tr><td>Firefox</td><td>92.0.1</td><td>Working (arm64)</td><td>2021-10-03</td><td>https://www.mozilla.org/en-US/firefox/all/#product-desktop-release</td></tr>
<tr><td>Visual Studio Code</td><td>1.60.2</td><td>Working (arm64)</td><td>2021-10-03</td><td>https://code.visualstudio.com/download</td></tr>
<tr><td>Zoom</td><td>5.8.0 (1324)</td><td>Working (arm64)</td><td>2021-10-07</td><td>https://www.windowscentral.com/zoom-app-optimized-windows-arm-summer-2021</td></tr>
<tr><td>7-zip</td><td>21.03 beta</td><td>Working (arm64)</td><td>2021-10-07</td><td>https://www.7-zip.org/download.html</td></tr>
<tr><td>Adobe Photoshop</td><td></td><td>Working (arm64)</td><td>2021-10-07</td><td>https://www.xda-developers.com/windows-arm-apps/</td></tr>
<tr><td>VLC</td><td></td><td>Working (arm64)</td><td>2021-10-07</td><td>https://www.xda-developers.com/windows-arm-apps/</td></tr>
<tr><td>Microsoft Teams</td><td></td><td>Working (arm64)</td><td>2021-10-07</td><td>https://www.xda-developers.com/windows-arm-apps/</td></tr>
<tr><td>Bandizip</td><td></td><td>Working (arm64)</td><td>2021-10-07</td><td>https://www.xda-developers.com/windows-arm-apps/</td></tr>
<tr><td>FileZilla</td><td></td><td>Working (arm64)</td><td>2021-10-07</td><td>https://www.xda-developers.com/windows-arm-apps/</td></tr>
<tr><td>Netflix</td><td></td><td>Working (arm64)</td><td>2021-10-07</td><td>https://www.xda-developers.com/windows-arm-apps/</td></tr>
<tr><td>Twitter</td><td></td><td>Working (arm64)</td><td>2021-10-07</td><td>https://www.xda-developers.com/windows-arm-apps/</td></tr>
<tr><td>Instagram</td><td></td><td>Working (arm64)</td><td>2021-10-07</td><td>https://www.xda-developers.com/windows-arm-apps/</td></tr>
<tr><td>Your Phone</td><td></td><td>Working (arm64)</td><td>2021-10-07</td><td>https://www.xda-developers.com/windows-arm-apps/</td></tr>
<tr><td>OpenVPN</td><td>2.5.4</td><td>Working (arm64)</td><td>2021-10-07</td><td>https://openvpn.net/community-downloads/</td></tr>
<tr><td>Microsoft Edge</td><td>94.0.992.38</td><td>Working (arm64)</td><td>2021-10-07</td><td></td></tr>
<tr><td>Windows Terminal</td><td>1.10.2714.0</td><td>Working (arm64)</td><td>2021-10-07</td><td>https://www.microsoft.com/store/productId/9N0DX20HK701</td></tr>
<tr><td>CrystalDiskMark</td><td>8.0.4</td><td>Working (arm64)</td><td>2021-10-07</td><td>https://www.microsoft.com/store/productId/9NBLGGH4Z6F2</td></tr>
</table>
</body></html>