forked from eylenburg/eylenburg.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtop.js
More file actions
30 lines (28 loc) · 1.96 KB
/
top.js
File metadata and controls
30 lines (28 loc) · 1.96 KB
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
document.write(`
<table class="menubar">
<tr>
<td><a href="os_comparison.htm">(1a)<strong> Operating Systems</strong> - Comparison</a></td>
<td><a href="os_familytree.htm">(1b)<strong> Operating Systems</strong> - History & Family Tree</a></td>
<td><a href="android_comparison.htm">(2)<strong> Android Distributions</strong> - Comparison</a></td>
<td><a href="linux_comparison.htm">(3)<strong> Linux Distributions</strong> - Comparison & Timeline</a></td>
<td><a href="de_comparison.htm">(4a)<strong> Desktop Environments</strong> - Comparison & List</a></td>
<td><a href="de_default.htm">(4b) <strong>Desktop Environments</strong> - Default DE Timeline</a></td>
<td><a href="browser_comparison.htm">(5a) <strong>Web Browsers</strong> - Comparison</a></td>
<td><a href="browser_engines.htm">(5b) <strong>Web Browsers</strong> - Engine History</a></td>
<td><a href="im_comparison.htm">(6) <strong>Instant Messengers</strong> - Comparison</a></td>
<td><a href="cloud_comparison.htm">(7) <strong>Cloud, Sync & Email Providers</strong> - Comparison</a></td>
<td><a href="payments.htm">(8) <strong>Payment Methods</strong> - Comparison</a></td>
<td><a href="excel.htm">(9) <strong>Spreadsheet Programs</strong> - Comparison</a></td>
<td><a href="countries.htm">(10) <strong>Digital Freedom</strong> across the World</a></td>
<td><a href="#"><strong>Other articles</strong></a>
<div class="submenu">
<a href="ai_search_maps.htm">[2026] <strong>Search, AI, Maps</strong> - overview of providers</a>
<a href="small_phones.htm">[2025] <strong>All phones are huge</strong> - a data-backed rant</a>
<a href="altchans.htm">[2025] <strong>Altchans</strong> - imageboard activity beyond 4chan</a>
<a href="linux_distrowatch.htm">[2023] <strong>Linux distro popularity</strong> (on Distrowatch)</a>
<a href="os_marketshare.htm">[2018] <strong>Historical OS Market Share</strong> since 1970</a>
</div>
</td>
</tr>
</table>
`);